[PATCH] kernel32: Don't use the TEB static buffer in CreateFileA().

Zebediah Figura z.figura12 at gmail.com
Fri Dec 1 11:53:10 CST 2017


On 12/01/2017 11:42 AM, Alexandre Julliard wrote:
> Zebediah Figura <z.figura12 at gmail.com> writes:
> 
>> We might call GetModuleHandle("krnl386.exe16") later, which will overwrite
>> the static buffer.
> 
> I'd suggest fixing that instead, there's no reason to use A functions
> internally.
> 

Good point; I completely overlooked this.



More information about the wine-devel mailing list