-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Lines 2161 to 2162 in 6daf42b
join_relfile(filename, bufsize, dirname, relfile); | |
return filename; |
join_relfile
fails.
Lines 2197 to 2199 in 6daf42b
_Py_normpath(wchar_t *path, Py_ssize_t size) | |
{ | |
if (!path[0] || size == 0) { |
Line 450 in 6daf42b
path2 = _Py_normpath(_Py_join_relfile(path, resolved), -1); |
leads to a nullptr dereference.
Linked PRs
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error