NetBSD-Bugs archive

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

PR/47881 CVS commit: [netbsd-6] src/sys/netinet6



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47881 CVS commit: [netbsd-6] src/sys/netinet6
Date: Mon, 29 Dec 2014 15:45:45 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Dec 29 15:45:45 UTC 2014
 
 Modified Files:
 	src/sys/netinet6 [netbsd-6]: mld6.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #1224):
 	sys/netinet6/mld6.c: revision 1.61
 Ensure callout isn't running and pending before callout_destroy
 Call callout_halt before callout_destroy. And also let callout (mld_timeo)
 not call callout_schedule when we already called callout_halt.
 This fixes PR 47881.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.55 -r1.55.4.1 src/sys/netinet6/mld6.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