commit | ac7e9e058d8da18d0002f2b9456900c34a13e463 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun Aug 28 18:10:27 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Sun Aug 28 18:10:27 2011 +0200 |
tree | 8b3729f41abc4afd6e0c682f01f6d80b3a09604c | |
parent | 44c6ef50af9980f33f6373440f0afc9cfa800c86 [diff] [blame] | |
parent | aa26b275034c07784c4d64e9a2bc26c742577327 [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 b852219..1733291 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -268,6 +268,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.