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.