Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147484088
D50665.id156478.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D50665.id156478.diff
View Options
diff --git a/sys/net/route/route_ctl.c b/sys/net/route/route_ctl.c
--- a/sys/net/route/route_ctl.c
+++ b/sys/net/route/route_ctl.c
@@ -673,12 +673,11 @@
if (error != 0) {
IF_DEBUG_LEVEL(LOG_DEBUG2) {
char buf[NHOP_PRINT_BUFSIZE];
- rt_print_buf(rt_new, buf, sizeof(buf));
+ rt_print_buf(rt, buf, sizeof(buf));
FIB_RH_LOG(LOG_DEBUG, rh_dst,
"Unable to add route %s: error %d", buf, error);
}
nhop_free(nh);
- rt_free_immediate(rt_new);
}
return (error);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 8:44 AM (15 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29566252
Default Alt Text
D50665.id156478.diff (493 B)
Attached To
Mode
D50665: route: fix rtentry double free
Attached
Detach File
Event Timeline
Log In to Comment