freebsd-skq/contrib/tar/src
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
..
arith.h Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
buffer.c Centralize _PATH_* definitions. 2003-05-05 22:49:23 +00:00
common.h Move patches into the src/contrib/tar. 2002-06-04 17:31:16 +00:00
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 Move patches into the src/contrib/tar. 2002-06-04 17:31:16 +00:00
delete.c Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
extract.c Fix security bug in contains_dot_dot routine. 2002-10-19 09:32:03 +00:00
incremen.c Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
list.c Move patches into the src/contrib/tar. 2002-06-04 17:31:16 +00:00
mangle.c Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
misc.c Fix security bug in contains_dot_dot routine. 2002-10-19 09:32:03 +00:00
names.c Move patches into the src/contrib/tar. 2002-06-04 17:31:16 +00:00
rmt.c Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
rmt.h Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
rtapelib.c Move patches into the src/contrib/tar. 2002-06-04 17:31:16 +00:00
system.h Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
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 Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00
update.c Virgin import (trimmed) of GNU Tar version 1.13.25. 2002-06-04 10:37:47 +00:00