]> 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:49:29 +0000 (00:49 -0400)
committerGitHub <noreply@github.com>
Fri, 24 Aug 2018 04:49:29 +0000 (00:49 -0400)
commitfbe359a5e0b22e96065d24d033bebf27cdb374be
tree9f8760c5f9f8eacaf03fa794cd5ba88c40bb42ce
parent945771b3c7a08f0b2b875905d517a1566477bfaf
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