X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/78e3296b837d83a015c255acbcf47b769dd3d585..985869792a2afcc507d8bbd43f88680e81e3cc20:/ChangeLog?ds=inline diff --git a/ChangeLog b/ChangeLog index 304ae741..c15f9107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,31 @@ +Wed Apr 05 21:09:28 2000 Dan Harkless + + * Applied Eric Schnoebelen 's mhshowsbr.c patch + fixing apparent bugs in Dan Winship's new security quoting code: + + Since upgrading, I've been getting the following errors + while attempting to process some MIME messages: + + (1) Syntax error: Unterminated quoted string + exit 2 + + and: + + (2) line 1/10 (END)Segmentation fault (core dumped) + + (2) appears to be due to the testing of an unset pointer in + mhshowsbr.c:show_multi_aux(). (1) appears to be caused by + mis-quoting a filename being handed to the shell in + mhshowsbr.c:show_content_aux(). + + Resolving the pointer reference issue in + mhshowsbr.c:show_multi_aux() turned up a similar mis-quoting + problem in the routine. + Tue Mar 28 16:17:39 2000 Doug Morris - * Applied Todd Miller 's patch to - dropsbr.c to prevent core dumping on packf. Here's the note - from his message: + * Applied Todd.Miller@courtesan.com's patch to dropsbr.c to + prevent core dumping on packf. Here's the note from his message: Since sizeof(buffer) == sizeof(tmpbuffer) packf will dump core on a file w/o a From line with a line >= BUFSIZ.