cvs commit: src/lib/libarchive Makefile
archive_read_support_format_tar.c
archive_read_support_format_zip.c archive_string.c archive_string_sprintf.c
archive_write_disk.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Jul 19 14:31:53 UTC 2007
kientzle 2007-07-19 14:31:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libarchive Makefile
archive_read_support_format_tar.c
archive_read_support_format_zip.c
archive_string.c archive_string_sprintf.c
archive_write_disk.c
Log:
MFC better error handling from archive_string_ensure()
failures. Several key users of this function now simply
return ENOMEM to the caller instead of aborting the
program.
Revision Changes Path
1.36.2.9 +1 -1 src/lib/libarchive/Makefile
1.32.2.7 +12 -2 src/lib/libarchive/archive_read_support_format_tar.c
1.5.2.4 +2 -1 src/lib/libarchive/archive_read_support_format_zip.c
1.6.2.3 +6 -5 src/lib/libarchive/archive_string.c
1.7.2.2 +3 -1 src/lib/libarchive/archive_string_sprintf.c
1.12.2.2 +4 -1 src/lib/libarchive/archive_write_disk.c
More information about the cvs-src
mailing list