Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 23:45:40 +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_data_into_fd.c
Message-ID:  <200611122345.kACNjeNg031407@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2006-11-12 23:45:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_data_into_fd.c 
  Log:
  Correctly handle writing very large blocks (>1M) through to a disk
  file.  This doesn't happen in normal use, because the file I/O and
  decompression layers only pass through smaller blocks.  It can happen
  with custom read functions that block I/O in larger blocks.
  
  Revision  Changes    Path
  1.12      +3 -1      src/lib/libarchive/archive_read_data_into_fd.c



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