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)
Tue, Oct 14, 1:55 AM
Unknown Object (File)
Mon, Oct 13, 4:59 AM
Unknown Object (File)
Mon, Oct 6, 12:58 PM
Unknown Object (File)
Tue, Sep 30, 1:07 PM
Unknown Object (File)
Mon, Sep 22, 2:13 PM
Unknown Object (File)
Mon, Sep 22, 6:21 AM
Unknown Object (File)
Sep 9 2025, 5:22 AM
Unknown Object (File)
Aug 31 2025, 10:12 AM
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