From: Dan Harkless Date: Mon, 6 Mar 2000 20:19:04 +0000 (+0000) Subject: Applied Neil W Rickert 's msh.c patch: X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/ba32dee02e85132dd8bd05fae876692d61c50053?ds=sidebyside;hp=ba32dee02e85132dd8bd05fae876692d61c50053 Applied Neil W Rickert 's msh.c patch: I finally tracked down the problem in msh that was causing errors whenever I tried to examine a 'mmdf' style mailbox. It turns out that not enough memory was being allocated with calloc(), causing memory pointers to be overwritten and corrupted. ---