Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2007 04:21:23 +0000 (UTC)
From:      Colin Percival <cperciva@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:  <200704020421.l324LNNI014228@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2007-04-02 04:21:23 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  Now that there is always a compression-layer skip function available,
  skip over the end-of-entry padding instead of reading and discarding
  it.
  
  Considering that tar files normally have a block size of 10kB, this
  isn't likely to avoid reading any data, but at least it makes the code
  simpler and clearer.
  
  Revision  Changes    Path
  1.51      +3 -9      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?200704020421.l324LNNI014228>