diff options
author | Christian Heimes <christian@python.org> | 2016-09-08 22:21:22 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-08 22:21:22 (GMT) |
commit | 07a2a1b7e512bb1a19b220b7bb8d941dc54cea86 (patch) | |
tree | ee8b17ee35865e0825c1cefd64b8e8852e6fd78d /Modules | |
parent | 884332b45a436a90c5a36c3d6288566fb7ce3456 (diff) | |
download | cpython-07a2a1b7e512bb1a19b220b7bb8d941dc54cea86.zip cpython-07a2a1b7e512bb1a19b220b7bb8d941dc54cea86.tar.gz cpython-07a2a1b7e512bb1a19b220b7bb8d941dc54cea86.tar.bz2 |
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 'Modules')
0 files changed, 0 insertions, 0 deletions