Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144273987
D3037.id7482.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
513 B
Referenced Files
None
Subscribers
None
D3037.id7482.diff
View Options
Index: head/sys/netinet/ip_output.c
===================================================================
--- head/sys/netinet/ip_output.c
+++ head/sys/netinet/ip_output.c
@@ -681,6 +681,13 @@
done:
if (ro == &iproute)
RO_RTFREE(ro);
+ else if (rte == NULL)
+ /*
+ * If the caller supplied a route but somehow the reference
+ * to it has been released need to prevent the caller
+ * calling RTFREE on it again.
+ */
+ ro->ro_rt = NULL;
if (have_ia_ref)
ifa_free(&ia->ia_ifa);
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 11:22 AM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28469105
Default Alt Text
D3037.id7482.diff (513 B)
Attached To
Mode
D3037: Avoid double reference decrement when firewalls force relooping of packets
Attached
Detach File
Event Timeline
Log In to Comment