cvs commit: src/lib/libarchive archive_entry.c archive_entry.h
archive_read_support_format_iso9660.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Mar 1 06:22:35 UTC 2007
kientzle 2007-03-01 06:22:34 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry.c archive_entry.h
archive_read_support_format_iso9660.c
Log:
Because the buffer gets released immediately, I need to
copy the symlink target name, not just copy the reference.
This problem sometimes caused crashes when extracting
symlinks from ISO9660 images.
Thanks to: Diego "Flameeyes" Pettenò
Revision Changes Path
1.38 +6 -0 src/lib/libarchive/archive_entry.c
1.21 +1 -0 src/lib/libarchive/archive_entry.h
1.19 +1 -1 src/lib/libarchive/archive_read_support_format_iso9660.c
More information about the cvs-src
mailing list