Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 23:26:18 +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:  <200412292326.iBTNQIKo057291@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412292326.iBTNQIKo057291>