From owner-freebsd-bugs Sat Dec 12 13:47:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00876 for freebsd-bugs-outgoing; Sat, 12 Dec 1998 13:47:14 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00857; Sat, 12 Dec 1998 13:47:07 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA15384; Sat, 12 Dec 1998 13:47:07 -0800 (PST) Date: Sat, 12 Dec 1998 13:47:07 -0800 (PST) Message-Id: <199812122147.NAA15384@freefall.freebsd.org> To: Jean-Luc.Richier@imag.fr, dillon@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/8990 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can crash most FreeBSD system from away State-Changed-From-To: open-closed State-Changed-By: dillon State-Changed-When: Sat Dec 12 13:45:56 PST 1998 State-Changed-Why: Added check for timer calculation == 0 and force it to 1 to avoid the divide by zero error. I considered simply adding 1 to the calculation in general terms but was unsure if this would violate the IGMP standard in boundry cases, so I left it at simply checking for and fixing the degenerate '0' case. Thanks for the report! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message