[issue16686] audioop overflow issues

Serhiy Storchaka report at bugs.python.org
Sat Feb 9 10:35:31 CET 2013


Serhiy Storchaka added the comment:

> *All* audioop functions are unsafe regarding unaligned access.

Actually this is not true because currently audioop functions work only with bytes (and str, see issue16685) and not with arbitrary memoryview.

----------

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


More information about the Python-bugs-list mailing list