[issue6344] mmap.read() crashes when passed a negative argument

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jun 26 10:51:40 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Well, I would not care that much: you can never read more than
PY_SSIZE_T_MAX, because the mapped area and the string would not fit in
the addressable space of the process.

----------

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


More information about the Python-bugs-list mailing list