Page MenuHomeFreeBSD

file: Qualify pointers to capsicum rights as const
ClosedPublic

Authored by markj on May 19 2025, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 11:04 AM
Unknown Object (File)
Wed, Oct 29, 9:48 AM
Unknown Object (File)
Wed, Oct 29, 7:38 AM
Unknown Object (File)
Wed, Oct 29, 7:24 AM
Unknown Object (File)
Sun, Oct 26, 1:25 AM
Unknown Object (File)
Sat, Oct 25, 7:11 AM
Unknown Object (File)
Sun, Oct 19, 2:09 PM
Unknown Object (File)
Sun, Oct 12, 6:21 PM
Subscribers

Details

Summary

File descriptor lookup routines typically take a set of capsicum rights
as input to the lookup, so that the fd's rights can be atomically
checked. This set should be qualified with const.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable