From owner-freebsd-qa Mon May 20 4:18:13 2002 Delivered-To: freebsd-qa@freebsd.org Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by hub.freebsd.org (Postfix) with ESMTP id 3E76737B40D; Mon, 20 May 2002 04:18:06 -0700 (PDT) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g4KBHtU25049; Mon, 20 May 2002 12:17:55 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g4KBHt4D072189; Mon, 20 May 2002 12:17:55 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g4KBHqCu072184; Mon, 20 May 2002 12:17:55 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Mon, 20 May 2002 12:17:52 +0100 (BST) From: Gavin Atkinson To: Brian Somers Cc: , , , Subject: Re: BUG: isc-dhcp dhclient infinite loop regression in 4.6-PRE In-Reply-To: <200205171157.g4HBvUWs091777@hak.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Fri, 17 May 2002, Brian Somers wrote: > Hi, > > As Murray's pretty much busy with real life at the moment, can I ask > you to try this patch ? Have been able to test this now, and both this patch, and the patch submitted by Peter Radcliffe work as expected. Thanks! Gavin > Index: discover.c > =================================================================== > RCS file: /home/ncvs/src/contrib/isc-dhcp/common/discover.c,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 discover.c > --- discover.c 19 Feb 2002 11:04:33 -0000 1.1.1.1 > +++ discover.c 17 May 2002 11:51:50 -0000 > @@ -755,8 +755,7 @@ > again: > if ((result = > receive_packet (ip, u.packbuf, sizeof u, &from, &hfrom)) < 0) { > - log_error ("receive_packet failed on %s: %m", ip -> name); > - return ISC_R_UNEXPECTED; > + log_fatal ("receive_packet failed on %s: %m", ip -> name); > } > if (result == 0) > return ISC_R_UNEXPECTED; > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message