From owner-freebsd-bugs Tue Dec 24 5:50: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7398E37B401 for ; Tue, 24 Dec 2002 05:50:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4CF43EDC for ; Tue, 24 Dec 2002 05:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBODo7NS031843 for ; Tue, 24 Dec 2002 05:50:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBODo763031842; Tue, 24 Dec 2002 05:50:07 -0800 (PST) Date: Tue, 24 Dec 2002 05:50:07 -0800 (PST) Message-Id: <200212241350.gBODo763031842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "KAREN THODE" Subject: Re: kern/33738: argv == NULL is not handled correctly by programs. Reply-To: "KAREN THODE" 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 The following reply was made to PR kern/33738; it has been noted by GNATS. From: "KAREN THODE" To: , Cc: Subject: Re: kern/33738: argv == NULL is not handled correctly by programs. Date: Tue, 24 Dec 2002 07:47:53 -0600 ------=_NextPart_001_0002_01C2AB20.C3B4BBA0 Content-Type: text/plain; charset="iso-8859-1" Try enclosing suspect code in an "if(argv != NULL){...}" block. Lucas ------=_NextPart_001_0002_01C2AB20.C3B4BBA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Try enclosing = suspect code in an "if(argv !=3D NULL){...}" block.
 
Lucas

------=_NextPart_001_0002_01C2AB20.C3B4BBA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message