Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140692612
D36823.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
D36823.diff
View Options
diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c
--- a/usr.bin/systat/ifstat.c
+++ b/usr.bin/systat/ifstat.c
@@ -290,7 +290,7 @@
SLIST_REMOVE(&curlist, ifp, if_stat, link);
free(ifp);
needsort = 1;
- clearifstat();
+ continue;
} else if (strcmp(ifp->dev_name, ifp->if_mib.ifmd_name) != 0 ) {
/* a device was removed and another one was added */
format_device_name(ifp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 27, 11:15 PM (19 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27315692
Default Alt Text
D36823.diff (412 B)
Attached To
Mode
D36823: systat: Fix a bunch of use after frees in fetch_ifstat().
Attached
Detach File
Event Timeline
Log In to Comment