Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2000 17:44:27 -0400 (EDT)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        Mike Smith <msmith@freebsd.org>
Cc:        "Andrey A. Chernov" <ache@freebsd.org>, FreeBSD Committers <cvs-committers@freebsd.org>, FreeBSD current users <FreeBSD-current@freebsd.org>
Subject:   Re: ed driver broken in today's -CURRENT? 
Message-ID:  <Pine.BSF.4.21.0005071740550.5405-100000@green.dyndns.org>
In-Reply-To: <200005072144.OAA11888@mass.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 May 2000, Mike Smith wrote:

> 
> Since there's a sysctl you can use to turn the former off, perhaps it 
> would have been smart to take a few seconds to narrow it down?

Those changes wouldn't have affected ICMP, but we tried that anyway.
The problem was that the code changed the expression ~sum & 0xffff
to sum == 0xffff ? sum : ~sum & 0xffff.  I had just found and fixed
this locally when I noticed Paul Saab committed the same functional
fix.

Well, it's nice to know that we can get multiple people finding the
problem as soon as the symptoms of the breakage are known :)

> -- 
> \\ Give a man a fish, and you feed him for a day. \\  Mike Smith
> \\ Tell him he should learn how to fish himself,  \\  msmith@freebsd.org
> \\ and he'll hate you for a lifetime.             \\  msmith@cdrom.com

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 green@FreeBSD.org                    `------------------------------'



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005071740550.5405-100000>