cvs commit: src/lib/libarchive archive_write_set_format_pax.c

Tim Kientzle kientzle at FreeBSD.org
Wed Dec 29 15:26:18 PST 2004


kientzle    2004-12-29 23:26:18 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_write_set_format_pax.c 
  Log:
  Rewrite the code that hacks a short names to use in
  the regular ustar entry.  The old code sometimes created
  a too-long name that overflowed the ustar fields and triggered
  an internal assertion failure.  This version should be more
  robust.
  
  Thanks to: Michal Listos
  Fixes: bin/74385
  MFC after: 15 days
  
  Revision  Changes    Path
  1.25      +154 -62   src/lib/libarchive/archive_write_set_format_pax.c


More information about the cvs-all mailing list