-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
potential nullptr dereference + use of uninitialized memory in fileutils #102281
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
corona10
pushed a commit
that referenced
this issue
Mar 15, 2023
Thanks for the fix! Looks like this could still use backports |
Thanks for the reminder |
hauntsaninja
pushed a commit
that referenced
this issue
Mar 25, 2023
Thanks again :-) |
Fidget-Spinner
pushed a commit
to Fidget-Spinner/cpython
that referenced
this issue
Mar 27, 2023
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
cpython/Python/fileutils.c
Lines 2161 to 2162 in 6daf42b
join_relfile
fails.cpython/Python/fileutils.c
Lines 2197 to 2199 in 6daf42b
cpython/Modules/getpath.c
Line 450 in 6daf42b
leads to a nullptr dereference.
Linked PRs
The text was updated successfully, but these errors were encountered: