Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 11:16:30 -0700 (PDT)
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:  <200405181816.i4IIGVVl081318@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/05/18 11:16:30 PDT

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  Be smarter about hardlink sizes:  some tar programs write
  a non-zero size but no body, some write a non-zero size and include
  a body.  To distinguish these cases, look for a valid tar header immediately
  following a hardlink header with non-zero size.
  
  Revision  Changes    Path
  1.12      +18 -2     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?200405181816.i4IIGVVl081318>