freebsd-dev/gnu
Bruce Evans ec491764da Quick fix for attempts to free non-malloc()ed memory. The variables
current_file_name and current_link_name sometimes point into the
middle of malloc()ed memory and sometimes point to alloca()ed memory,
but free() is sometimes called on them.  This seems to be harmless
for the usual tar operations, but it is usually fatal for `tar -W'.
E.g., for `cd /etc; tar Wcf /tmp/foo rc', at the start of
verify_volume(), current_file_name points to alloca()ed memory, and
tar attempts to free it.
2001-02-18 01:06:13 +00:00
..
include $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
lib mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
libexec Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
usr.bin Quick fix for attempts to free non-malloc()ed memory. The variables 2001-02-18 01:06:13 +00:00
usr.sbin $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
COPYING
COPYING.LIB
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00