peter e6f6d9c519 Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f'
it forgot to null terminate the new argv[] array.  If you mixed this
with $TAR_OPTIONS, phkmalloc and a whole bunch of other variables, you
could end up with a segfault.  This isn't strictly a phkmalloc victory
since tar walks off the end of an array rather than use uninitialized
malloc memory, but phkmalloc makes it easier to provoke.
2003-07-24 00:04:01 +00:00
..
2003-05-28 03:32:33 +00:00
2003-01-26 01:21:53 +00:00
2002-11-04 19:38:46 +00:00
2003-03-02 08:25:48 +00:00
2002-07-24 16:42:58 +00:00
2002-12-13 22:26:10 +00:00