kientzle2008-08-28 05:35:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tar util.c
Log:
SVN rev 182339 on 2008-08-28 05:35:46Z by kientzle
MFC r179677: Don't access a pointer after freeing it.
Revision ChangesPath
1.13.2
kientzle2008-08-15 05:08:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tar util.c
Log:
SVN rev 181749 on 2008-08-15 05:08:24Z by kientzle
Point merge of a fix for --strip-components. I'm going to
wait a little longer before I mer
cperciva2008-06-09 14:03:55 UTC
FreeBSD src repository
Modified files:
usr.bin/tar util.c
Log:
SVN rev 179677 on 2008-06-09 14:03:55Z by cperciva
Rework code to avoid using a pointer after freeing it. Aside from the
possibility of memory becoming undereferenceabl
kientzle2007-08-25 04:28:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tar util.c
Log:
MFC a comment.
Revision ChangesPath
1.13.2.5 +2 -0 src/usr.bin/tar/util.c
___
cvs-all@fr
kientzle2007-08-25 04:21:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/tar util.c
Log:
MFC include guards.
Revision ChangesPath
1.13.2.4 +12 -0 src/usr.bin/tar/util.c
___
cvs-a
kientzle2007-04-18 04:36:11 UTC
FreeBSD src repository
Modified files:
usr.bin/tar util.c
Log:
Ignore trailing '/' when comparing pathnames, so that
"tar -u" works again. Otherwise, "tar -u" wants to
treat every dir as new and re-adds it.
Revision ChangesP