https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6798

Daniel Lemke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Daniel Lemke <[email protected]> ---
Doesn't WEXITSTATUS refer to child processes / fork()?
If so, I guess it should be GetExitCodeThread() instead because the fork
emulation on Windows systems creates threads instead of processes.

I think the current way doesn’t harm and produces more accurate results than
before.
Using GetExitCodeThread() would force us to introduce an extra api call,
wouldn’t it?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to