From owner-freebsd-hackers Thu Feb 20 00:46:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA29384 for hackers-outgoing; Thu, 20 Feb 1997 00:46:00 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA29363; Thu, 20 Feb 1997 00:45:30 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA27123; Thu, 20 Feb 1997 19:40:51 +1100 Date: Thu, 20 Feb 1997 19:40:51 +1100 From: Bruce Evans Message-Id: <199702200840.TAA27123@godzilla.zeta.org.au> To: guido@gvr.win.tue.nl, gurney_j@resnet.uoregon.edu Subject: Re: hmm Cc: audit-bin@freebsd.org, FreeBSD-hackers@freebsd.org, top@sonic.cris.net Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >But p points to argv[0]. According to me that is always non-empty. It's whatever the exec'ing process put there. Perhaps NULL or "". A NULL argv[0] isn't actually an arg. It is the NULL terminator after the args. argc == 0 in this case. Bruce