From owner-cvs-src@FreeBSD.ORG Wed Sep 24 18:20:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B5A16A4B3; Wed, 24 Sep 2003 18:20:19 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8025B43FE0; Wed, 24 Sep 2003 18:20:18 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h8P1K0gL095436; Wed, 24 Sep 2003 21:20:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h8P1Jxfr095433; Wed, 24 Sep 2003 21:19:59 -0400 (EDT) Date: Wed, 24 Sep 2003 21:19:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Bruce M Simpson In-Reply-To: <200309242052.h8OKqP7n014628@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 01:20:19 -0000 You should send a heads-up to security@ and stable@ -- there was much suffering on stable@ as a result of this problem (people tend to pick up security patches quickly, which in this case was a disaster). Please make sure to indicate which revisions were bad, which are good, etc. Also, please test more carefully next time! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Wed, 24 Sep 2003, Bruce M Simpson wrote: > bms 2003/09/24 13:52:25 PDT > > FreeBSD src repository > > Modified files: > sys/netinet if_ether.c > Log: > Fix a logic error in the check to see if arplookup() should free the route. > > Noticed by: Mike Hogsett > Reviewed by: ru > > Revision Changes Path > 1.106 +1 -2 src/sys/netinet/if_ether.c >