Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 07:17:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 261458] Fix a possible Null pointer dereference in igmp_domifattach()
Message-ID:  <bug-261458-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261458

            Bug ID: 261458
           Summary: Fix a possible Null pointer dereference in
                    igmp_domifattach()
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: zhou1615@umn.edu

Created attachment 231298
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231298&action=
=3Dedit
A simple fix for this bug

In sys/netinet/igmp.c file, the return value of igi_alloc_locked() is assig=
ned
to igi and there is a dereference of it right after that, which would lead =
to
NULL pointer dereference on failure of allocation.

Fix this bug by adding a NULL check of igi.

This bug is found by static analyzer, please advise.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261458-227>