Date: Wed, 22 Aug 2001 20:41:34 -0700 (PDT) From: Joseph Mallett <jmallett@xMach.org> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/29970: tcp_input.c changes made in comments when patching RST DoS have typo. Message-ID: <200108230341.f7N3fYW24056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 29970
>Category: kern
>Synopsis: tcp_input.c changes made in comments when patching RST DoS have typo.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 22 20:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Joseph Mallett
>Release: RELENG_4
>Organization:
xMach
>Environment:
NA
>Description:
When lengthy explainations were being added to FreeBSD to patch the RST DoS bug, a typo was introduced.
>How-To-Repeat:
vi tcp_input.c
:/FIN_WAIT2
>Fix:
--- tcp_input.orig Wed Aug 22 23:41:35 2001
+++ tcp_input.c Wed Aug 22 23:41:45 2001
@@ -1488,7 +1488,7 @@
* SYN_RECEIVED STATE:
* If passive open, return to LISTEN state.
* If active open, inform user that connection was refused.
- * ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES:
+ * ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, CLOSE_WAIT STATES:
* Inform user that connection was reset, and close tcb.
* CLOSING, LAST_ACK STATES:
* Close the tcb.
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108230341.f7N3fYW24056>
