Steven Wirsz added the comment:
Closing this report. I investigated the remaining issue and it looks like a
perfectly valid call to PyBool_FromLong:
/src/cpython3/Modules/_struct.c:509:28: runtime error: load of value 128, which
is not a valid value for type '_Bool'
stati
New submission from Steven Wirsz :
Compiling source from github on January 6, 2022, detected via Libfuzzer &
UndefinedBehaviorSanitizer:
# ./fuzz_struct_unpack crash-a0d.txt
Running: crash-a0d.txt
/src/cpython3/Modules/_struct.c:509:28: runtime error: load of value 128, which
is n