]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
authorChristian Heimes <christian@cheimes.de>
Thu, 14 Nov 2013 00:47:14 +0000 (01:47 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 14 Nov 2013 00:47:14 +0000 (01:47 +0100)
commit6a3db25c70965790893e51febe139215b22b40c5
tree7748484fc18524e06a30c2de4bf0755254e64c40
parent507eabdf11d34cd95cbe44ba876af0a414d7f597
Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
CID 1128792: Dereference null return value (NULL_RETURNS)
Objects/exceptions.c