]> granicus.if.org Git - python/commit
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)
authorAlexey Izbyshev <izbyshev@ispras.ru>
Wed, 22 Aug 2018 04:55:16 +0000 (07:55 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Aug 2018 04:55:16 +0000 (07:55 +0300)
commit28853a249b1d0c890b7e9ca345290bb8c1756446
treedf17bc712ecfb2839ba9552566d4eb331ae32eac
parentf8c06b028036e50596e75d4c9f6b27ba05133efe
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)

Reported by Svace static analyzer.
Python/ast.c