Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 07:06:36 +0200
From:      Adrian Steinmann <ast@marabu.ch>
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
Message-ID:  <200105280506.HAA29488@marabu.marabu.ch>
In-Reply-To: <200105271940.f4RJe2C59956@freefall.freebsd.org>
References:  <200105271940.f4RJe2C59956@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105280506.HAA29488>