]> 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:10:58 +0000 (01:10 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 05:10:58 +0000 (01:10 -0400)
commit7d470f3f24d0c091cf1da4f13695c6bb3200a713
tree02b22c072fafd66e3e214d66adac2419dc4cc410
parentfbe359a5e0b22e96065d24d033bebf27cdb374be
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