dovecot-1.2: Potential crashfix for OpenSSL < 0.9.8.

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 16 03:38:34 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/0aa7357761a5
changeset: 9435:0aa7357761a5
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 20:38:24 2009 -0400
description:
Potential crashfix for OpenSSL < 0.9.8.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/login-common/ssl-proxy-openssl.c |    2 +-

diffs (12 lines):

diff -r 373b22cbabac -r 0aa7357761a5 src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Thu Oct 15 18:27:16 2009 -0400
+++ b/src/login-common/ssl-proxy-openssl.c	Thu Oct 15 20:38:24 2009 -0400
@@ -651,7 +651,7 @@ const char *ssl_proxy_get_security_strin
 	comp_str = comp == NULL ? "" :
 		t_strconcat(" ", SSL_COMP_get_name(comp), NULL);
 #else
-	comp_str = NULL;
+	comp_str = "";
 #endif
 	return t_strdup_printf("%s with cipher %s (%d/%d bits)%s",
 			       SSL_get_version(proxy->ssl),


More information about the dovecot-cvs mailing list