Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 1997 19:40:51 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        guido@gvr.win.tue.nl, gurney_j@resnet.uoregon.edu
Cc:        audit-bin@freebsd.org, FreeBSD-hackers@freebsd.org, top@sonic.cris.net
Subject:   Re: hmm
Message-ID:  <199702200840.TAA27123@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



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