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)
Wed, Oct 29, 7:21 AM
Unknown Object (File)
Sat, Oct 25, 7:28 PM
Unknown Object (File)
Fri, Oct 24, 12:34 AM
Unknown Object (File)
Tue, Oct 21, 12:28 AM
Unknown Object (File)
Sun, Oct 19, 2:38 AM
Unknown Object (File)
Sun, Oct 19, 2:15 AM
Unknown Object (File)
Sat, Oct 11, 2:24 AM
Unknown Object (File)
Sep 28 2025, 12:06 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