summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-09 00:21:22 +0200
committerChristian Heimes <christian@python.org>2016-09-09 00:21:22 +0200
commit07a2a1b7e512bb1a19b220b7bb8d941dc54cea86 (patch)
treeee8b17ee35865e0825c1cefd64b8e8852e6fd78d /Python
parent884332b45a436a90c5a36c3d6288566fb7ce3456 (diff)
downloadcpython-git-07a2a1b7e512bb1a19b220b7bb8d941dc54cea86.tar.gz
Additional safe-guard against dereferencing NULL in reduce_newobj
_PyObject_GetNewArguments() can leave args == NULL but the __newobj_ex__ branch expects args to be not-NULL. CID 1353201
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions