From owner-freebsd-bugs Sun May 27 22:12: 8 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from oneplusone.ch (oneplusone.ch [194.191.122.98]) by hub.freebsd.org (Postfix) with ESMTP id A667437B422; Sun, 27 May 2001 22:12:04 -0700 (PDT) (envelope-from ast@marabu.ch) Received: (from uucp@localhost) by oneplusone.ch (8.11.3/8.11.3) with UUCP id f4S5C3W13196; Mon, 28 May 2001 07:12:03 +0200 (MEST) (envelope-from ast@marabu.ch) Received: from marabu.marabu.ch (marabu.marabu.ch [192.168.21.3]) by marabu.ch (8.9.3/2000102801) with ESMTP id HAA31113; Mon, 28 May 2001 07:06:38 +0200 (CEST) (envelope-from ast@marabu.ch) Received: by marabu.marabu.ch (8.7.5/20001028-ast-8.3) id HAA29488; Mon, 28 May 2001 07:06:37 +0200 (CEST) Message-Id: <200105280506.HAA29488@marabu.marabu.ch> MIME-Version: 1.0 (NeXT Mail 3.3 v124.8483.6) Content-Type: text/plain In-Reply-To: <200105271940.f4RJe2C59956@freefall.freebsd.org> X-Nextstep-Mailer: Mail 3.3 (Enhance 2.0b6) Received: by NeXT.Mailer (1.124.8483.6) From: Adrian Steinmann Date: Mon, 28 May 2001 07:06:36 +0200 To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/27693: A typo in /boot/loader interface "ok load -t foo" may hang system References: <200105271940.f4RJe2C59956@freefall.freebsd.org> X-Organization: Steinmann Consulting, Apollostrasse 21, 8032 Zurich X-Phone-Numbers: Switzerland, Tel +41 1 380 30 83 Fax +41 1 380 30 85 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jesper Keeping in style, I should have written the additional test: if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) { instead of if (argc != 2 || (typestr == NULL) || (*typestr == 0)) { regarding http://www.freebsd.org/cgi/query-pr.cgi?pr=27693 Sorry for botheringyou. Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message