-$Id: CHANGES,v 1.22 1999/11/22 21:39:37 tiniou Exp $
+$Id: CHANGES,v 1.23 1999/12/05 18:21:21 tiniou Exp $
Changes between versions 0.4b10 and 0.4b11 (released ????????????????)
======================================================================
the 'M' flag, restore automatically selects the right file without
asking to enter a new tape each time.
+4. Fixed a memory leak which was causing dump to grow very big
+ (270MB when dumping a 10GB filesystem...). Thanks to Zaphod
+ Beeblebrox <zaphod@netrider.org.au> for reporting the bug.
+
Changes between versions 0.4b9 and 0.4b10 (released November 21, 1999)
======================================================================
-$Id: THANKS,v 1.11 1999/11/22 19:08:47 tiniou Exp $
+$Id: THANKS,v 1.12 1999/12/05 18:21:21 tiniou Exp $
Dump and restore were written by the people of the CSRG at the University
of California, Berkeley.
suggested various improvements.
Here is a partial list of them (if I have forgotten someone, please complain):
+Zaphod Beeblebrox zaphod@netrider.org.au
Stephen Carr sgcarr@civeng.adelaide.edu.au
Rob Cermak cermak@ahab.rutgers.edu
Abhijit Dasgupta abhijit@ans.net
#ifndef lint
static const char rcsid[] =
- "$Id: traverse.c,v 1.10 1999/11/21 02:24:47 tiniou Exp $";
+ "$Id: traverse.c,v 1.11 1999/12/05 18:21:23 tiniou Exp $";
#endif /* not lint */
#include <sys/param.h>
if (bc.cnt > 0) {
blksout (bc.buf, bc.cnt, bc.ino);
}
+ free(bc.buf);
#else
for (ind_level = 0; ind_level < NIADDR; ind_level++) {
dmpindir(ino, dp->di_ib[ind_level], ind_level, &size);