[issue34400] Undefined behavior in Parser/parsetok.c

Zackery Spytz report at bugs.python.org
Tue Aug 14 05:46:55 EDT 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

In parsetok(), null pointers are used in pointer arithmetic.

----------
components: Interpreter Core
messages: 323505
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Undefined behavior in Parser/parsetok.c
type: behavior
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

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


More information about the Python-bugs-list mailing list