diff --git a/ChangeLog b/ChangeLog index 19b29247..0211866f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2005-06-23 Sergey Poznyakoff - * src/sparse.c (tar_sparse_init): Fix recent bugfixes: Initialize + Fix bugs introduced yesterday: + + * src/sparse.c (tar_sparse_init): Initialize dimped_size to 0. + (sparse_scan_file): Initialize archive_file_size to 0. The + variable keeps size of the file *as stored in the archive*, not + the size reported by stat. 2005-06-22 Paul Eggert