NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/52151 CVS commit: src/sys/netipsec



The following reply was made to PR kern/52151; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52151 CVS commit: src/sys/netipsec
Date: Mon, 10 Apr 2017 14:02:25 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Apr 10 14:02:25 UTC 2017
 
 Modified Files:
 	src/sys/netipsec: key.c
 
 Log Message:
 Fix assertion failure in in6_lookup_multi via key_ismyaddr
 
 in6_lookup_multi was forgotten to be migrated to in6_multi_group.
 Also psz should be changed to psz/psref because in6_multi_group is
 sleepable.
 
 Fix PR kern/52151
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.104 -r1.105 src/sys/netipsec/key.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index