Patch for bug 25063 - _pclose should wait for the command processor to terminate and return it's exit status

Borut Razem borut.razem at siol.net
Sun Nov 21 15:35:38 CST 2010


Here is second try of the patch: dynamically allocated array of process 
handles indexed by fd and direct access (no linear search), as requested 
by Alexandre. I performed some tests and it seems to work correctly.

The patch I sent for review to wine-devel mailing list has a bug, so 
please ignore it.

Borut

---
  dlls/msvcrt/process.c |  101 
++++++++++++++++++++++++++++++++++++++++++++++++-
  1 files changed, 99 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Patch-for-bug-25063-_pclose-should-wait-for-the-comm.patch
Type: text/x-patch
Size: 4557 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101121/df28d453/attachment-0001.bin>


More information about the wine-patches mailing list