commit | aa26b275034c07784c4d64e9a2bc26c742577327 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun Aug 28 17:51:43 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Sun Aug 28 17:51:43 2011 +0200 |
tree | d331c0e5f2dd0fc0f754ffebaf9ebb9e5c4f7958 | |
parent | 524148ad7a3e5420abf867b1e30017b5ca2311a4 [diff] [blame] |
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is greater than FD_SETSIZE.
diff --git a/Misc/NEWS b/Misc/NEWS index 23b336b..4d285a3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Library ------- +- Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is + greater than FD_SETSIZE. + - Issue #12839: Fix crash in zlib module due to version mismatch. Fix by Richard M. Tew.