[issue27591] multiprocessing: Possible uninitialized pointer use in Windows builds
STINNER Victor
report at bugs.python.org
Fri Jul 22 13:40:40 EDT 2016
STINNER Victor added the comment:
It's a little strange that nobody reports a multiprocessing crash on Windows before. It looks like ResetEvent() is called with a random number (coming from the uninitialized stack memory).
Windows is probably smart and does nothing if the argument is not a known handle of an event object.
----------
nosy: +haypo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27591>
_______________________________________
More information about the Python-bugs-list
mailing list