Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 07:41:45 +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_read_support_format_tar.c
Message-ID:  <200801310741.m0V7fjHj079764@repoman.freebsd.org>

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



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