Date: Mon, 11 Aug 2008 01:57:42 +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 archive_read_support_format_iso9660.c Message-ID: <200808110157.m7B1voHZ016888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-08-11 01:57:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libarchive archive_read_support_format_iso9660.c Log: SVN rev 181560 on 2008-08-11 01:57:42Z by kientzle MFC ISO9660 improvements from r176403 and r179321: * More portable substitute for platforms that lack timegm() * detect buffer allocation overflow * don't be confused by zero-length files (such as symlinks or device nodes) with garbage offsets; this seems to fix most instances of "Ignoring out-of-order file" Revision Changes Path 1.8.2.5 +19 -36 src/lib/libarchive/archive_read_support_format_iso9660.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808110157.m7B1voHZ016888>