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)
Dec 23 2023, 12:51 AM
Unknown Object (File)
Nov 30 2023, 12:38 AM
Unknown Object (File)
Nov 12 2023, 5:37 AM
Unknown Object (File)
Aug 16 2023, 12:11 AM
Unknown Object (File)
Jan 13 2023, 6:34 PM
Unknown Object (File)
Dec 23 2022, 7:27 AM
Unknown Object (File)
Nov 29 2022, 3:13 PM
Unknown Object (File)
Apr 27 2017, 5:15 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable