[issue40958] ASAN/UBSAN: heap-buffer-overflow in pegen.c

Pablo Galindo Salgado report at bugs.python.org
Fri Jun 12 09:05:00 EDT 2020


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Seems that just this (at top level):

>> yield from

is able to produce a situation where the column offset is bigger than the line length:

Col offset is 11 and line is 10

----------

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


More information about the Python-bugs-list mailing list