]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Aug 2018 04:51:46 +0000 (00:51 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 04:51:46 +0000 (00:51 -0400)
commitea21206626d0907e0ecfd3efbb186f14f1a8a5d4
tree4c2efcb6fd2709b95860e37a331a5dc62be93dae
parent5c437d6fd81f5400504eadd2c578b39a0f052bd0
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876)

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

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