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