From owner-cvs-all Thu Sep 6 3:27:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA69437B409; Thu, 6 Sep 2001 03:27:28 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f86ARS143967; Thu, 6 Sep 2001 03:27:28 -0700 (PDT) (envelope-from murray) Message-Id: <200109061027.f86ARS143967@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Sep 2001 03:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dhcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/06 03:27:28 PDT Modified files: usr.sbin/sysinstall dhcp.c Log: sysinstall's primitive network configuration expects only one value for each option in the DHCP lease file. The DHCP lease parsing code specifically ignores more than the first nameserver, but it didn't previously deal with the case of more than one router. This caused segfaults and a painful death when installing on a network with multiple routers. PR: misc/16003 Revision Changes Path 1.4 +3 -1 src/usr.sbin/sysinstall/dhcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message