[issue34987] A possible null pointer dereference in _pickle.c's save_reduce()

Zackery Spytz report at bugs.python.org
Mon Oct 15 05:19:51 EDT 2018


Zackery Spytz <zspytz at gmail.com> added the comment:

It is not properly checked: Py_DECREF() is always called on the result of get_class(), but get_class() can return NULL.

----------

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


More information about the Python-bugs-list mailing list