You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5697:25,
inlined from ‘assemble’ at Python/compile.c:6036:18: Python/compile.c:5651:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5651 | *lnotab++ = k;
| ~~~~~~~~~~^~~
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.
Another case for stringop-overflow on GCC 12.2.0 (Debian Bookworm): #108562 (EXTRACT_DIGIT macro expansion). Haven't seen them on GCC 10.2.x (Debian oldstable).
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: