Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102806048
D46839.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D46839.diff
View Options
diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1604,8 +1604,6 @@
("%s: bucket unexpectedly unlocked",
__func__));
SCH_UNLOCK(sch);
- if (ipopts)
- (void)m_free(ipopts);
goto done;
}
}
@@ -1775,6 +1773,8 @@
#ifdef MAC
mac_syncache_destroy(&maclabel);
#endif
+ if (ipopts)
+ (void)m_free(ipopts);
}
return (rv);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 10:27 AM (21 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13269636
Default Alt Text
D46839.diff (460 B)
Attached To
Mode
D46839: tcp: improve mbuf handling when processing SYN
Attached
Detach File
Event Timeline
Log In to Comment