diff options
author | Phil Pennock <pdp@exim.org> | 2013-07-31 18:50:04 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2013-07-31 18:50:04 -0400 |
commit | f4c1088bb7af23e4b613672230868056d46239a5 (patch) | |
tree | 5fa559bb92f491199022840e5c64f20dab4d9c8e /test/log/2004 | |
parent | 60f8e1e888f78e559e718c2e23c1ceb0546779a8 (diff) |
Fix segfault in stdio with non-SMTP MIME ACL.
When injecting a message locally in non-SMTP mode, and with MIME ACLs
configured, if the ACL rejected the message, Exim would try to
`fprintf(NULL, "%s", the_message)`. This fixes that.
Most ACLs are plumbed in SMTP-only and looking through the others in
receive.c, they all appear to be safely guarded, so it was just this one
that slipped through.
Crash report and assistance tracking down the root cause from Warren
Baker.
Diffstat (limited to 'test/log/2004')
0 files changed, 0 insertions, 0 deletions