Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172085413
D59303.id185804.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D59303.id185804.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
@@ -1528,8 +1528,10 @@
TCPMD5_INPUT(m, NULL, NULL) != ENOENT)
goto done;
}
- } else if (to->to_flags & TOF_SIGNATURE)
+ } else if (to->to_flags & TOF_SIGNATURE) {
+ TCPSTAT_INC(tcps_sig_err_sigopt);
goto done;
+ }
#endif /* TCP_SIGNATURE */
/*
* See if we already have an entry for this connection.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 17, 1:25 AM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37945477
Default Alt Text
D59303.id185804.diff (461 B)
Attached To
Mode
D59303: tcp md5: fix accounting for SYN segments with unexpected signature
Attached
Detach File
Event Timeline
Log In to Comment