[Bug 195011] New: key socket may fail to allocate sav for ipv6.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 14 16:02:21 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195011
Bug ID: 195011
Summary: key socket may fail to allocate sav for ipv6.
Product: Base System
Version: 9.1-RELEASE
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: hsuenju_ko at stratus.com
sys/netipsec/key.c has a typo (extra '&') in key_ismyaddr6 routine where
if (key_sockaddrcmp((struct sockaddr *)&sin6,
should be
if (key_sockaddrcmp((struct sockaddr *)sin6,
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list