You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are places where we were trying to compare pointers vs literals
like "<STDIN>". that is undefined behavior since the compiler could
well put string literals in special regions of memory, so we'll make a
copy of the path if it is one of these special cases, simplifying
cleanup (always deallocate __newpath)
0 commit comments