Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
bpo-1635741: Fix NULL ptr deref in multiprocessing#22880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
tiran commented Oct 22, 2020 • edited by miss-islington
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by miss-islington
Uh oh!
There was an error while loading. Please reload this page.
Commit 1d541c2 introduced a NULL pointer dereference in error path. Signed-off-by: Christian Heimes <christian@python.org>
bedevere-bot commented Oct 22, 2020
|
encukou commented Oct 22, 2020
Whoa! Doesn't look related but I'll see if I can reproduce that. |
bedevere-bot commented Oct 22, 2020
|
Commit 1d541c2 introduced a NULL pointer dereference in error path. Signed-off-by: Christian Heimes <christian@python.org>
Commit 1d541c2 introduced a NULL
pointer dereference in error path.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue1635741
Automerge-Triggered-By: GH:encukou