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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to