K 10 svn:author V 3 jdp K 8 svn:date V 27 2000-12-04T01:45:57.000000Z K 7 svn:log V 372 When recording the original arguments, stop short if we encounter a NULL argument. Some programs change the contents of the argv array, typically to remove some special arguments. They shorten argv by storing a NULL where an argument pointer used to be. Such programs core dumped if they called setproctitle(), because it would try to apply strlen() to a NULL pointer. END