[Bug 283272] Use NULL instead of zero for pointers

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Dec 2024 21:23:54 UTC
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.