Re: kernel32: fix use-after-close in create_process

2010-09-21 Thread Dan Kegel
On Tue, Sep 21, 2010 at 5:30 AM, Dmitry Timoshkov wrote: > Dan Kegel 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

Re: kernel32: fix use-after-close in create_process

2010-09-21 Thread Dmitry Timoshkov
Dan Kegel 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.