Date: Thu, 19 Jul 2007 14:31:52 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200707191431.l6JEVr1K003298@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707191431.l6JEVr1K003298>