Page MenuHomeFreeBSD

D3036.diff
No OneTemporary

D3036.diff

Index: head/sys/netinet/ip_input.c
===================================================================
--- head/sys/netinet/ip_input.c
+++ head/sys/netinet/ip_input.c
@@ -941,7 +941,8 @@
if (ro.ro_rt != NULL) {
ia = ifatoia(ro.ro_rt->rt_ifa);
ifa_ref(&ia->ia_ifa);
- }
+ } else
+ ia = NULL;
#ifndef IPSEC
/*
* 'ia' may be NULL if there is no route for this destination.

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 9:32 AM (5 m, 39 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30811298
Default Alt Text
D3036.diff (385 B)

Event Timeline