-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) #21013
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
Conversation
Reported by Coverity. (CID 1457554 RETURN_LOCAL)
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9. |
GH-21039 is a backport of this pull request to the 3.9 branch. |
pythonGH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope. (cherry picked from commit 81328f3) Co-authored-by: Gregory P. Smith <[email protected]>
GH-21041 is a backport of this pull request to the 3.8 branch. |
Sorry, @gpshead, I could not cleanly backport this to |
pythonGH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope. (cherry picked from commit 81328f3) Co-authored-by: Gregory P. Smith <[email protected]>
GH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope. (cherry picked from commit 81328f3) Co-authored-by: Gregory P. Smith <[email protected]>
GH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope. (cherry picked from commit 81328f3) Co-authored-by: Gregory P. Smith <[email protected]>
pythonGH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope.
pythonGH-21013) Reported by Coverity. (CID 1457554 RETURN_LOCAL) path0 is assigned as a pointer to this right before it goes out of scope.
Reported by Coverity. (CID 1457554 RETURN_LOCAL)
path0 is assigned as a pointer to this right before it goes out of scope.
https://bugs.python.org/issue41056
Automerge-Triggered-By: @tiran