dovecot-2.2: lib-mail: Fixed crash in istream-attachment-extract...

dovecot at dovecot.org dovecot at dovecot.org
Sat May 9 16:33:16 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/d547eee8a8c7
changeset: 18612:d547eee8a8c7
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 09 19:31:05 2015 +0300
description:
lib-mail: Fixed crash in istream-attachment-extractor error handling path

diffstat:

 src/lib-mail/istream-attachment-extractor.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a982d64d1727 -r d547eee8a8c7 src/lib-mail/istream-attachment-extractor.c
--- a/src/lib-mail/istream-attachment-extractor.c	Sat May 09 19:28:46 2015 +0300
+++ b/src/lib-mail/istream-attachment-extractor.c	Sat May 09 19:31:05 2015 +0300
@@ -416,7 +416,7 @@
 		i_assert(ret == -1);
 		if (input->stream_errno != 0) {
 			i_error("istream-attachment: read(%s) failed: %m",
-				i_stream_get_name(base64_input));
+				i_stream_get_name(input));
 			failed = TRUE;
 		}
 	}


More information about the dovecot-cvs mailing list