commit | e9123efa21a16584758b5ce7da93d3966cf0cd81 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jul 03 13:39:22 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Jul 03 13:39:22 2010 +0000 |
tree | 2cac9277de1e3d9a2f4099b90cbbf780f8f6e262 | |
parent | 4d1e53e05a9644e0c41b4f927dce7bdbc774756e [diff] |
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 ........