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
Fix Mode::from_raw_mode to mask out the S_IFMT bits. (#1124)
The `S_IFMT` bits in a `st_mode` field value hold the file type; mask
them out when converting the value to a `Mode`. `Mode` can tolerate
bits it doesn't recognize, however this does prevent it from being
compared for equality in the obvious way.
Fixes#1104.
0 commit comments