Skip to content

Commit 4b0cab5

Browse files
committed
update TCP bugs
1 parent 2bd57f0 commit 4b0cab5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_posts/2022-09-29-bugs-by-tcp-fuzz.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Bugs found by TCP-Fuzz (opensource projects only)
2+
title: Bugs found by TCP-Fuzz (opensource projects only, update: 2025)
33
layout: post
44
---
55

@@ -25,4 +25,7 @@ Here I list some of bugs found by TCP-Fuzz for opensource projects.
2525
* [data in syn_ack should be ignored](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250363)
2626
* [The ioctl of socket fd should return -1 after listen to avoid misusing.](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250366)
2727
* [Should we reject the packet with timestamp if no timestamp in SYN and SYN_ACK?](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250499)
28-
* [Should we reject packets with the nonmonotonic timestamp?](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252263)
28+
* [Should we reject packets with the nonmonotonic timestamp?](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252263)
29+
30+
* Linux
31+
* [RFC 7323 violation](https://lore.kernel.org/netdev/[email protected]/)

0 commit comments

Comments
 (0)