]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
authorCharles-François Natali <neologix@free.fr>
Sun, 28 Aug 2011 15:51:43 +0000 (17:51 +0200)
committerCharles-François Natali <neologix@free.fr>
Sun, 28 Aug 2011 15:51:43 +0000 (17:51 +0200)
commitaa26b275034c07784c4d64e9a2bc26c742577327
treed331c0e5f2dd0fc0f754ffebaf9ebb9e5c4f7958
parent524148ad7a3e5420abf867b1e30017b5ca2311a4
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
greater than FD_SETSIZE.
Include/fileobject.h
Misc/NEWS
Modules/_ssl.c
Modules/ossaudiodev.c
Modules/selectmodule.c
Modules/socketmodule.c