summaryrefslogtreecommitdiff
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-09 00:25:03 +0200
committerChristian Heimes <christian@python.org>2016-09-09 00:25:03 +0200
commita78b627e2b8ee464ecba3788725872d63f8a6b34 (patch)
treec64467c1e77dd8a2419b7b207523ff5f6b3df176 /Python/pystate.c
parent4f29e75289592991efcc65a96a2a4a995417b76e (diff)
downloadcpython-git-a78b627e2b8ee464ecba3788725872d63f8a6b34.tar.gz
Fix potential NULL pointer dereference in _imp_create_builtin
PyModule_GetDef() can return NULL. Let's check the return value properly like in the other five cases. CID 1299590
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions