]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name()...
authorAlexey Izbyshev <izbyshev@ispras.ru>
Wed, 22 Aug 2018 11:46:51 +0000 (14:46 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Aug 2018 11:46:51 +0000 (14:46 +0300)
commit5223ce2131a121201a78d0680302ea06c4a58369
tree2d611aaeb52aceeef24c60cb7a76363bd23e1088
parenteb9a1c01d07309006ef5544da62ba813685bd098
[2.7] bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852) (GH-8858)

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

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