Page MenuHomeFreeBSD

config: style for '\0' and NULL
ClosedPublic

Authored by imp on Apr 19 2021, 9:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 9:17 AM
Unknown Object (File)
Thu, Oct 17, 9:45 AM
Unknown Object (File)
Oct 4 2024, 3:17 PM
Unknown Object (File)
Oct 3 2024, 2:57 AM
Unknown Object (File)
Oct 2 2024, 6:53 AM
Unknown Object (File)
Oct 2 2024, 3:55 AM
Unknown Object (File)
Oct 1 2024, 11:13 AM
Unknown Object (File)
Oct 1 2024, 9:28 AM
Subscribers
None

Details

Summary

Use NULL for pointers instead of '0' (though hey are the same thing in
these cases). Ditto for using the zero character '\0' instead of a naked
0 (ditto).

Sponsored by: Netflix

Diff Detail

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