K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-07-08T01:25:54.000000Z K 7 svn:log V 335 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 Approach suggested by: bde END