[issue41697] Heap buffer overflow in the parser

Guido van Rossum report at bugs.python.org
Thu Sep 3 17:53:05 EDT 2020


Guido van Rossum <guido at python.org> added the comment:

FWIW the bug was a classic type error -- in a decent language the asdl_seq
type would have been generic and this would have been caught without an
ASAN builder...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41697>
_______________________________________


More information about the Python-bugs-list mailing list