Re: Changing argv[0] under Linux.

DervishD (raul@pleyades.net)
Tue, 14 Jan 2003 20:50:05 +0100


Hi Richard :)

> > Any header where I can see the length for argv[0] or is this some
> > kind of unoficial standard? Just doing strcpy seems dangerous to me
> > (you can read 'paranoid'...).
> They need to have space for _POSIX_PATH_MAX (512 bytes), to
> claim POSIX compatibility so any POSIX system will have at
> least 512 bytes available because the pathname of the executable
> normally goes there.

Enough for me, then. Thanks a lot :)) Just one more thing: in my
Single Unix Spec v3 says that the minimum value of _POSIX_PATH_MAX is
256, not 512, and the libc manual says just the same :??

Anyway, 256 bytes is a fair large amount ;))))

Thanks again, Richard.

Raśl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/