>No big surprise -- the file handle "exclude" was used without checking >if "fopen()" succeeded (which it did not). ...
Oops. :-) >If you want to continue using 2.4.3b3, apply the following patch: There's one problem with your patch. The fclose() call should either be protected inside the "if (exclude != NULL)" test, or it should be changed to afclose(), which will test for NULL. >Maybe this nasty little bug in 2.4.3b3 makes a good reason for >releasing 2.4.3b4 soon? ;-) I'm 95% done with a big change that really needs to get in. As soon as I figure out how I've managed to clobber some memory (sigh), I think you're right that it will be time for b4. > Holger John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
