Page MenuHomeFreeBSD

loader: F_READ/F_WRITE should be checked against masked flag
ClosedPublic

Authored by tsoome on Apr 18 2017, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 26, 6:00 PM
Unknown Object (File)
Thu, Sep 18, 1:32 AM
Unknown Object (File)
Aug 31 2025, 9:36 AM
Unknown Object (File)
Aug 21 2025, 1:31 AM
Unknown Object (File)
Jul 12 2025, 10:46 PM
Unknown Object (File)
Jul 3 2025, 8:02 AM
Unknown Object (File)
Jun 28 2025, 9:31 AM
Unknown Object (File)
Jun 26 2025, 8:46 AM
Subscribers

Details

Summary

The work to make it possible to avoid bcache via using F_NORA modifier did
miss the fact that not all loader platforms are using the bcache, and so
it is possible the modifier is not cleared, as bcache strategy function is
not used.

For fix, we make sure the checks are dont with masked flag.

Diff Detail