Date: Fri, 17 Sep 2004 04:39:07 +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_write_set_format_pax.c Message-ID: <200409170439.i8H4d7pu064122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-09-17 04:39:07 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Fix two ugly errors: 1. The correct cutoff for large uid/gid handling is 1<<18, not 1<<20. 2. Limit the uid/gid in the 'x' extension header (where numeric extensions are not permitted) to 1<<18, but use the correct value in the regular header (where numeric extensions are permitted). Thanks to: Dan Nelson MFC after: 3 days Revision Changes Path 1.18 +6 -2 src/lib/libarchive/archive_write_set_format_pax.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409170439.i8H4d7pu064122>