dovecot-2.0: Potential crashfix for OpenSSL < 0.9.8.

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


details:   http://hg.dovecot.org/dovecot-2.0/rev/04f8e91fe0ec
changeset: 10077:04f8e91fe0ec
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 646a7173ad3d -r 04f8e91fe0ec src/login-common/ssl-proxy-openssl.c
--- a/src/login-common/ssl-proxy-openssl.c	Thu Oct 15 19:51:14 2009 -0400
+++ b/src/login-common/ssl-proxy-openssl.c	Thu Oct 15 20:38:24 2009 -0400
@@ -649,7 +649,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