NetBSD-Bugs archive

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

PR/49462 CVS commit: src/sys/net



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49462 CVS commit: src/sys/net
Date: Thu, 11 Dec 2014 14:33:22 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Dec 11 14:33:22 UTC 2014
 
 Modified Files:
 	src/sys/net: if.c
 
 Log Message:
 Avoid scheduling more slow timeouts while we are in the process of detaching
 the interface: set if_slowtimo to NULL before doing the callout_halt()
 and test for that in the callout. Fixes PR kern/49462.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.304 -r1.305 src/sys/net/if.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