[Bug 243057] wrong mbuf passed to key_sendup_mbuf by key_spdacquire

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 3 13:39:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243057

            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 at FreeBSD.org
          Reporter: nicolas.masse at stormshield.eu

Created attachment 210416
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210416&action=edit
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"

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


More information about the freebsd-bugs mailing list