Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Lines 2161 to 2162 in6daf42b
| join_relfile(filename,bufsize,dirname,relfile); | |
| returnfilename; |
join_relfile fails.Lines 2197 to 2199 in6daf42b
| _Py_normpath(wchar_t*path,Py_ssize_tsize) | |
| { | |
| if (!path[0]||size==0) { |
Line 450 in6daf42b
| path2=_Py_normpath(_Py_join_relfile(path,resolved),-1); |
leads to a nullptr dereference.