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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"