Subject: Re: kern/34674 (Panic in tcp_input() by integer division fault)
To: None <dbj@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Darrin B.Jewell <dbj@netbsd.org>
List: netbsd-bugs
Date: 10/01/2006 18:35:02
The following reply was made to PR kern/34674; it has been noted by GNATS.

From: "Darrin B.Jewell" <dbj@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: kern-bug-people@netbsd.org, netbsd-bugs@netbsd.org,
	gnats-admin@netbsd.org, rpaulo@netbsd.org,
	Christian Biere <christianbiere@gmx.de>
Subject: Re: kern/34674 (Panic in tcp_input() by integer division fault)
Date: 01 Oct 2006 11:31:44 -0700

 rpaulo@netbsd.org writes:
 > Synopsis: Panic in tcp_input() by integer division fault
 > please take a look at this PR
 
 Ugh.  I'm thinking that I should back out revision 1.144 of tcp_output.c,
 until we have a test program that excersizes these corner cases and fixes
 for the bugs.  I'm pretty sure that backing out the patch will not stop
 a carefully crafted program from panicing the kernel, but at least
 it will not happen so easily.
 
 Darrin