NetBSD-Bugs archive

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

PR/52324 CVS commit: [netbsd-8] src/sys/netinet6



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52324 CVS commit: [netbsd-8] src/sys/netinet6
Date: Sat, 1 Jul 2017 08:51:04 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Sat Jul  1 08:51:04 UTC 2017
 
 Modified Files:
 	src/sys/netinet6 [netbsd-8]: ip6_output.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #73):
 	sys/netinet6/ip6_output.c: revision 1.192
 Fix usage of ip6_get_membership
 It may set nothing to ifp even if returning 0. So we need to NULL-clear
 ifp before calling it.
 Fix PR kern/52324
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.191 -r1.191.6.1 src/sys/netinet6/ip6_output.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