[issue40952] GCC overflow warnings (format-overflow, stringop-overflow)

Nick Coghlan report at bugs.python.org
Sat Nov 7 00:56:33 EST 2020


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I *think* the lnotab one is the compiler failing to detect that the pointer has been updated to point inside the body of a Python object, but I'm also not 100% sure that it's a false alarm.

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list