Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
commit3625cc6a056cd8b9299d24d6591e50989cc3363f
authorvictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 3 Jul 2010 13:36:19 +0000 (3 13:36 +0000)
committervictor.stinner <victor.stinner@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 3 Jul 2010 13:36:19 +0000 (3 13:36 +0000)
tree072da1b2286d1473c5c18c7f4b011d03428eb386
parentb403e661a9bb8a32db0edfc078867e5a8815f5be
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

git-svn-id: http://svn.python.org/projects/python/trunk@82492 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_audioop.py
Misc/NEWS
Modules/audioop.c