]> 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:46 +0000 (01:54 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 05:54:46 +0000 (01:54 -0400)
commitb8e7319d39bf44355bf60f9bbec07cfbbe56739d
treef5353c41326f9f91b75f47cbfd417c4f6297334b
parent3152bc36fd1a8ab349d6802e9b48dd88a35b3620
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