Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150689687
D3036.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
385 B
Referenced Files
None
Subscribers
None
D3036.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3036: PR# 201371: Properly initialize variable
Attached
Detach File
Event Timeline
Log In to Comment