NetBSD-Bugs archive

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

Re: PR/50186 CVS commit: src/sys/netinet



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

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: PR/50186 CVS commit: src/sys/netinet
Date: Wed, 9 Sep 2015 07:54:08 -0500 (CDT)

 On Wed, 9 Sep 2015, Ryota Ozaki wrote:
 
 >  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).
 
 I've updated and built new release with these changes.  So far, no panic
 (testing on sparc right now) but instead the following message on the
 console:
 
   arptfree: llentry without rt
 
 I will check with amd64 soon.
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index