]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 82492 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 3 Jul 2010 13:39:22 +0000 (13:39 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 3 Jul 2010 13:39:22 +0000 (13:39 +0000)
commite9123efa21a16584758b5ce7da93d3966cf0cd81
tree2cac9277de1e3d9a2f4099b90cbbf780f8f6e262
parent4d1e53e05a9644e0c41b4f927dce7bdbc774756e
Merged revisions 82492 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82492 | victor.stinner | 2010-07-03 15:36:19 +0200 (sam., 03 juil. 2010) | 3 lines

  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