[issue46599] Objects/object.c:767:24: runtime error: member access within null pointer of type 'PyObject' (aka 'struct _object')

Christian Heimes report at bugs.python.org
Tue Feb 1 10:48:04 EST 2022


Christian Heimes <lists at cheimes.de> added the comment:

The crash occurs inside marshal module (Python/marshal.c). The marshal module is unsafe and cannot safely parse malicious code. Bad marshal code is expected to crash the interpreter.

----------
nosy: +christian.heimes
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list