Date: Tue, 29 Dec 2009 05:44:39 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c Message-ID: <200912290545.nBT5j098020349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-12-29 05:44:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_tar.c Log: SVN rev 201161 on 2009-12-29 05:44:39Z by kientzle Style fixes to tar reader: For portability, prefer int64_t to off_t. Improve numeric overflow handling when parsing. Fix some variable types. Eliminate some unused results. Revision Changes Path 1.75 +16 -16 src/lib/libarchive/archive_read_support_format_tar.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912290545.nBT5j098020349>