]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 20:53:29 +0000 (20:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 20:53:29 +0000 (20:53 +0000)
commit0049249d63a067aaffbbf3172a6e8cd8c956b643
treedcfee8a6bd6e16db18121380d565bdf8278d9ee6
parent7d6e076f6d8dd48cfd748b02dad17dbeb0b346a3
Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
descriptor is provided.  Patch by Pascal Chambon.
Lib/test/test_fileio.py
Misc/NEWS
PC/msvcrtmodule.c