kernel32: fix use-after-close in create_process

Dmitry Timoshkov dmitry at codeweavers.com
Tue Sep 21 07:30:54 CDT 2010


Dan Kegel <dank at kegel.com> wrote:

> Spotted by Guillaume ORTEGA.  He reports this fixes
> http://bugs.winehq.org/show_bug.cgi?id=24101
> 
> Passes kernel32 tests.

That's not a use after close, client's fd passed in the server call is used
just as an association of the server side.

-- 
Dmitry.



More information about the wine-devel mailing list