NetBSD-Bugs archive

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

PR/50184 CVS commit: src/sys/netinet



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50184 CVS commit: src/sys/netinet
Date: Wed, 9 Sep 2015 01:24:01 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Wed Sep  9 01:24:01 UTC 2015
 
 Modified Files:
 	src/sys/netinet: if_arp.c
 
 Log Message:
 Remove wrong KASSERT in arptfree
 
 la_rt can be NULL because arptimer that calls arptfree doesn't always
 free llentry so llentry can remain with la_rt == NULL. So we instead
 check whether la_rt is NULL or not and do arptfree if not.
 
 This fixes PR kern/50184 (confirmed by martin@) and
 PR kern/50186 (maybe).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.179 -r1.180 src/sys/netinet/if_arp.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