From: Sergey Poznyakoff Date: Sun, 29 Feb 2004 10:21:17 +0000 (+0000) Subject: Updated X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2345d02c6397afffd6869baf1ed0585fc2a7a1d3;p=chaz%2Ftar Updated --- diff --git a/ChangeLog b/ChangeLog index 4cf7a37..aa73446 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-02-29 Sergey Poznyakoff + + * src/buffer.c (flush_read): Bugfix: the + condition at line 714 included + + || (status > 0 && !read_full_records_option) + + which is grossly wrong, since even if new_volume() below succeeds, + the subsequent call to rmtread will overwrite the chunk of data + already read in the buffer and thus spoil everything. + * src/system.c (sys_child_open_for_uncompress): Minor stylistic + fix. + * tests/star/multi-fail.sh: New test. + * tests/Makefile.am: Added multi-fail.sh + * tests/star/README: Updated + 2004-02-29 Sergey Poznyakoff * NEWS: Updated