Re: [PATCH v2 08/13] libdpkg: check for write errors during decompression

2010-02-02 Thread Guillem Jover
Hi! On Sat, 2009-10-24 at 17:46:16 -0500, Jonathan Nieder wrote: > An unnoticed write error is unlikely to cause major problems, > since the process on the other end still has a chance to notice > the mangled stream. But it is worth fixing, especially because > the writing end can give a better e

[PATCH v2 08/13] libdpkg: check for write errors during decompression

2009-10-24 Thread Jonathan Nieder
An unnoticed write error is unlikely to cause major problems, since the process on the other end still has a chance to notice the mangled stream. But it is worth fixing, especially because the writing end can give a better error message. Signed-off-by: Jonathan Nieder --- lib/dpkg/compression.c