New submission from Christian Heimes: Two functions in _pickle Py_DECREF() a variable although it may be NULL. The patch corrects the error handling paths.
CID 1058277 CID 1058278 ---------- components: Extension Modules files: pickle_pylong_null.patch keywords: patch messages: 193729 nosy: christian.heimes priority: normal severity: normal stage: patch review status: open title: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails type: crash versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file31037/pickle_pylong_null.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18559> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com