]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Aug 2018 05:54:55 +0000 (01:54 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 05:54:55 +0000 (01:54 -0400)
commit0ef61ee7b194a1c15747d6bca3cf30a5c581e7e3
tree664bf57c8e07b89efa193e604a75bc4a104f7203
parentb14a68fd7d8f02bd133b59709f969c1c564f5978
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)

Reported by Svace static analyzer.
(cherry picked from commit 28853a249b1d0c890b7e9ca345290bb8c1756446)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Python/ast.c