]> 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:38:16 +0000 (00:38 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 04:38:16 +0000 (00:38 -0400)
commit609062a23f018f4ffc180a88435d61f871165518
treee64af0ff95277af57b18f94ae89406044cc80b9b
parent1d3d688b9899085473c455dbfdb6acdaa6ee7b99
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