cvs commit: src/lib/libarchive archive_read_support_format_tar.c

Tim Kientzle kientzle at FreeBSD.org
Wed Jan 30 23:41:46 PST 2008


kientzle    2008-01-31 07:41:45 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  Tighten up the heuristic that decides whether or not we should
  obey or ignore the size field on a hardlink entry.  In particular,
  if we're reading a non-POSIX archive, we should always ignore
  the size field.
  
  This should fix both the audio/xmcd port and the math/unixstat port.
  
  Thanks to: Pav Lucistnik for pointing these two ports out to me.
  MFC after: 7 days
  
  Revision  Changes    Path
  1.65      +36 -20    src/lib/libarchive/archive_read_support_format_tar.c


More information about the cvs-src mailing list