Re: [PATCH v2 06/13] libdpkg: report read errors during (de)compression

2010-02-02 Thread Guillem Jover
Hi! On Sat, 2009-10-24 at 17:44:25 -0500, Jonathan Nieder wrote: > Instead of using the error handling code, failed reads are being > treated as end of file. This applies only when using zlib and > libbz2. In practice it probably has not caused problems > because I/O errors are rare, and often t

[PATCH v2 06/13] libdpkg: report read errors during (de)compression

2009-10-24 Thread Jonathan Nieder
Instead of using the error handling code, failed reads are being treated as end of file. This applies only when using zlib and libbz2. In practice it probably has not caused problems because I/O errors are rare, and often the program at the other end of the pipe can notice the pipe unexpectedly c