freebsd-dev/sbin/dump
Ian Dowse 1e0276afb3 Use a fixed MAXBSIZE-size auto array instead of a static pointer
to a malloc'd buffer in dmpindir() and dirindir(). These functions
recursively call themselves to handle deeper levels of indirect
blocks, so a single static buffer was not suitable.

Bug tracked down by:	Don Lewis <dl-freebsd@catspoiler.org>
Approach suggested by:	bde
2002-07-08 01:25:54 +00:00
..
dump.8 The .Nm utility 2002-07-06 19:34:18 +00:00
dump.h This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
dumprmt.c o remove __P 2002-03-20 22:49:40 +00:00
itime.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
main.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
Makefile more file system > filesystem 2002-05-16 04:10:46 +00:00
optr.c This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
pathnames.h Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. 2002-05-17 11:47:12 +00:00
tape.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
traverse.c Use a fixed MAXBSIZE-size auto array instead of a static pointer 2002-07-08 01:25:54 +00:00
unctime.c o remove __P 2002-03-20 22:49:40 +00:00