]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce()....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 19:35:47 +0000 (11:35 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 19:35:47 +0000 (11:35 -0800)
commit92d912c344e6c21de46da29f0dc45b7e476fa79d
tree210b57fd67a52044411eecb1733ecf08f6e756a9
parent31b635dbf0c7108f18bb3ce382b895374cff77fb
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886)

(cherry picked from commit 25d389789c59a52a31770f7c50ce9e02a8909190)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_pickle.c