[New-bugs-announce] [issue18559] _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails

Christian Heimes report at bugs.python.org
Fri Jul 26 15:45:57 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18559>
_______________________________________


More information about the New-bugs-announce mailing list