[issue22335] Python 3: Segfault instead of MemoryError when bytearray too big

Jakub Wilk report at bugs.python.org
Tue Oct 14 19:44:29 CEST 2014


Jakub Wilk added the comment:

On a second thought, "logical_offset + 1" alone could overflow; and there are apparently other possible integer overflows in this function.

----------

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


More information about the Python-bugs-list mailing list