Date: Wed, 11 Dec 2024 21:23:54 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 283272] Use NULL instead of zero for pointers Message-ID: <bug-283272-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283272 Bug ID: 283272 Summary: Use NULL instead of zero for pointers Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pfg@FreeBSD.org Created attachment 255791 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255791&action=edit patch for sys I ran an old semantic patch with coccinelle and came up with some places that should be using NULL instead of 0 to improve readability. This was tested by building Universe (only ARM v7 appears broken due to an unrelated issue, also seen in Jenkins). -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283272-227>
