Applied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr.c patch fixing apparent
authorDan Harkless <dan@harkless.org>
Thu, 6 Apr 2000 00:11:50 +0000 (00:11 +0000)
committerDan Harkless <dan@harkless.org>
Thu, 6 Apr 2000 00:11:50 +0000 (00:11 +0000)
commitdfacc915824a819be2e33cdb2a34d1d1de27fc34
treeb70c80955629fd61654b690430a709a4a3cd91fd
parent78e3296b837d83a015c255acbcf47b769dd3d585
Applied Eric Schnoebelen <eric@cirr.com>'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.
ChangeLog
uip/mhshowsbr.c