]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Aug 2018 05:13:19 +0000 (01:13 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 05:13:19 +0000 (01:13 -0400)
commit45ee452751d095d665717bafb61cfd7c65b729b4
tree0f6b6b2c3c71c72aee72f3811ff0e89597ee2b4d
parentea21206626d0907e0ecfd3efbb186f14f1a8a5d4
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872)

Reported by Svace static analyzer.
(cherry picked from commit 2b824b2538c4a5f9f520c5de8a1eae5a0c181a94)

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