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
If the path length changes (file move?) between the GetFinalPathNameByHandleW calls we are going to be in trouble. I feel like I should just copy the fill_utf16_buf code in rust.
The text was updated successfully, but these errors were encountered:
I think 22bdbbf should be enough to at least make this method safe by adding the len2 >= len check. Now we fail when the path length increases between the two calls.
If the path length changes (file move?) between the GetFinalPathNameByHandleW calls we are going to be in trouble. I feel like I should just copy the fill_utf16_buf code in rust.
The text was updated successfully, but these errors were encountered: