Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Jan 2020 13:39:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243057] wrong mbuf  passed to key_sendup_mbuf by key_spdacquire
Message-ID:  <bug-243057-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243057
           Summary: wrong mbuf  passed to key_sendup_mbuf by
                    key_spdacquire
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: nicolas.masse@stormshield.eu

Created attachment 210416
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210416&action=
=3Dedit
Pass result to key_sendup_mbuf instead of m

The method key_spdacquire pass the parameter "m" to key_sendup_mbuf, or this
parameter is always NULL (due to the for loop above).
It should pass the mbuf "result instead"

--=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-243057-227>