Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154734627
D46766.id143664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D46766.id143664.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
@@ -1763,10 +1763,11 @@
tfo_expanded:
if (cred != NULL)
crfree(cred);
+ if (sc == NULL || sc == &scs) {
#ifdef MAC
- if (sc == &scs)
mac_syncache_destroy(&maclabel);
#endif
+ }
return (rv);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 8:23 AM (12 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32476239
Default Alt Text
D46766.id143664.diff (344 B)
Attached To
Mode
D46766: tcp: improve MAC error handling for SYN segments
Attached
Detach File
Event Timeline
Log In to Comment