Page MenuHomeFreeBSD

config: style for '\0' and NULL
ClosedPublic

Authored by imp on Apr 19 2021, 9:21 PM.
Tags
None
Referenced Files
F157307272: D29847.id87757.diff
Wed, May 20, 4:55 AM
F157307267: D29847.id87757.diff
Wed, May 20, 4:55 AM
Unknown Object (File)
Sun, May 17, 3:39 PM
Unknown Object (File)
Mon, Apr 20, 7:16 PM
Unknown Object (File)
Apr 19 2026, 7:31 AM
Unknown Object (File)
Apr 18 2026, 4:52 PM
Unknown Object (File)
Apr 11 2026, 2:27 PM
Unknown Object (File)
Mar 31 2026, 6:52 PM
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