[issue7673] audioop: check that length is a multiple of the size

STINNER Victor report at bugs.python.org
Thu Jul 1 03:55:39 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@Mark: Here is the updated version of the patch including all of your remarks. I fixed 3 bugs in my patch: the checks of adpcm2lin(), alaw2lin() and audioop.ulaw2lin() were incomplete (len was not checked).

I added 3.1 to the version field.

----------
versions: +Python 3.1
Added file: http://bugs.python.org/file17823/audioop_check_length-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7673>
_______________________________________


More information about the Python-bugs-list mailing list