]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Aug 2018 05:54:33 +0000 (01:54 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 05:54:33 +0000 (01:54 -0400)
commit3152bc36fd1a8ab349d6802e9b48dd88a35b3620
tree65dfb9d22628724c84b48718aa1401160011ee51
parent985dcd49cab44bba63ffebe413a9ef17b3da5fa7
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)

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

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