]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
authorChristian Heimes <christian@python.org>
Thu, 22 Oct 2020 10:20:36 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 10:20:36 +0000 (03:20 -0700)
commitdde91b1953c0f0d51c4dde056727ff84b7655190
tree7a57e7b5a9cb3092bba8d6b0e9d0dd5f288979dd
parent8a9463f2d4044506910e26a8ed42e2bc9fc3e0f8
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)

Commit 1d541c25c8019f7a0b80b3e1b437abe171e40b65 introduced a NULL
pointer dereference in error path.

Signed-off-by: Christian Heimes <christian@python.org>
Modules/_multiprocessing/multiprocessing.c