Page MenuHomeFreeBSD

mountd(8): parsecred(): Remove comment on non-existent bug
ClosedPublic

Authored by olce on Oct 8 2024, 1:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 17, 7:33 AM
Unknown Object (File)
Mon, Nov 10, 6:26 AM
Unknown Object (File)
Wed, Nov 5, 9:38 PM
Unknown Object (File)
Oct 21 2025, 8:03 AM
Unknown Object (File)
Oct 18 2025, 5:21 PM
Unknown Object (File)
Oct 14 2025, 1:55 AM
Unknown Object (File)
Oct 13 2025, 4:59 AM
Unknown Object (File)
Oct 6 2025, 12:58 PM
Subscribers

Details

Summary

'name' can never be NULL, as it is equal to 'names' and 'namelist',
which was passed by do_cred() only if the actual parameter wasn't NULL.

Diff Detail

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