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
Also in the PartialEq and Hash impls and as_abstract; anywhere that uses sun_path() raw without doing what path() does and calling strnlen (and even path() is stiill unsound, it still calls sun_path() and creates a slice with a length longer than it should have)
The text was updated successfully, but these errors were encountered:
I think it'd be best to just not have the fields be public; there's also a thing where because strnlen isn't called on creation of a UnixPath, two "different" paths can be != just because one's length is 1 greater than the other and includes the trailing nul.
Output;
Also in the PartialEq and Hash impls and
as_abstract
; anywhere that usessun_path()
raw without doing whatpath()
does and callingstrnlen
(and evenpath()
is stiill unsound, it still callssun_path()
and creates a slice with a length longer than it should have)The text was updated successfully, but these errors were encountered: