]> 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:41 +0000 (11:35 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 19:35:41 +0000 (11:35 -0800)
commite2f376f284b7bf1388d85e99dce646cabc507016
tree454d51ae543140ef4ecaacf6d71dab92f4ed8bdd
parent983d1ab0e6f4280f954bcba87db76e11131f1c33
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