Re: Patch 2/2 for SmartForms Installer: GetModuleFileNameW called by 16-bit task.
22 Jun
2002
22 Jun
'02
5:36 a.m.
"Joshua Thielen" <thielen(a)netprince.net> wrote:
- if ((wm = MODULE32_LookupHMODULE( hModule ))) + if(!hModule && !(NtCurrentTeb()->tibflags &= TEBF_WIN32)) { ^^ Apparently '&=' above must be replaced by simple '&'
-- Dmitry.
22 Jun
22 Jun
11:06 a.m.
New subject: Patch 2/2 for SmartForms Installer: GetModuleFileNameW called by 16-bit task.
Dmitry Timoshkov wrote:
"Joshua Thielen" <thielen(a)netprince.net> wrote:
- if ((wm = MODULE32_LookupHMODULE( hModule ))) + if(!hModule && !(NtCurrentTeb()->tibflags &= TEBF_WIN32)) {
^^ Apparently '&=' above must be replaced by simple '&'
Yes, definitely! Thanks for spotting this potentially nasty bug. I'm sorry about that - I copied and pasted without thinking :( Josh
8576
Age (days ago)
8576
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Joshua Thielen