cvs commit: src/lib/libarchive archive_write_set_format_pax.c

Tim Kientzle kientzle at FreeBSD.org
Thu Sep 16 21:39:08 PDT 2004


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


More information about the cvs-src mailing list