cvs commit: src/lib/libarchive archive_read_data_into_fd.c

Tim Kientzle kientzle at FreeBSD.org
Sun Nov 12 23:45:41 UTC 2006


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


More information about the cvs-all mailing list