K 10 svn:author V 6 alfred K 8 svn:date V 27 2003-07-01T09:45:35.000000Z K 7 svn:log V 286 Don't segfault if setproctitle(3) is called with NULL initially. The old buffer was not being initialized and a later str*() op on it would cause a crash if it wasn't initialized by a previous call to setproctitle(3) with an actual string. Noticed by: Ashley Penney END