From owner-cvs-all Wed Nov 21 21: 8:38 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 0304337B405; Wed, 21 Nov 2001 21:08:36 -0800 (PST) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAM58ZP73647; Wed, 21 Nov 2001 21:08:35 -0800 (PST) (envelope-from benno) Message-Id: <200111220508.fAM58ZP73647@freefall.freebsd.org> From: Benno Rice Date: Wed, 21 Nov 2001 21:08:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/tftpd tftpd.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 benno 2001/11/21 21:08:35 PST Modified files: libexec/tftpd tftpd.c Log: Change the failure mode in option parsing to silently bailing out of option negotiation rather than rejecting the request. Apple OpenFirmware 3.0f3 (the version in my iMac) adds trailing garbage to the end of an otherwise valid request. Without this change, the requests were rejected which prevented me from booting. Reviewed by: obrien Revision Changes Path 1.21 +9 -2 src/libexec/tftpd/tftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message