]> granicus.if.org Git - python/commit
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 3 Jul 2010 13:36:19 +0000 (13:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 3 Jul 2010 13:36:19 +0000 (13:36 +0000)
commit15e5b1bf0b6d53b8eed2e1c825f37efba64f317e
tree84f782714b7db5abf674bd44d89cf2f98dc2625f
parent7b18c93da6ead03e617ca3c35e1c28c5ff815cf5
Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
ensure that the input string length is a multiple of the frame size
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c