]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix two ugly errors:
authorTim Kientzle <kientzle@FreeBSD.org>
Fri, 17 Sep 2004 04:39:07 +0000 (04:39 +0000)
committerTim Kientzle <kientzle@FreeBSD.org>
Fri, 17 Sep 2004 04:39:07 +0000 (04:39 +0000)
commitd6970563b6dcf67bdc3981fc31d8c713e49a1612
tree337b640e30ab3e19c99ba1f0e2d525cc5b1add11
parenta3f51d19718c50d8ee6c4809c0bb7225c0aa7da1
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
lib/libarchive/archive_write_set_format_pax.c