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/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: nicolas.masse@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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243057-227>
