freebsd-dev/contrib/tar/src
Peter Wemm 022effcc3e 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
..
arith.h
buffer.c Centralize _PATH_* definitions. 2003-05-05 22:49:23 +00:00
common.h
compare.c Fix another POLA breakage in a new tar: in diff mode presence of file 2002-07-03 13:01:40 +00:00
create.c
delete.c
extract.c Fix security bug in contains_dot_dot routine. 2002-10-19 09:32:03 +00:00
incremen.c
list.c
mangle.c
misc.c Fix security bug in contains_dot_dot routine. 2002-10-19 09:32:03 +00:00
names.c
rmt.c
rmt.h
rtapelib.c
system.h
tar.c Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f' 2003-07-24 00:04:01 +00:00
tar.h
update.c