[Pkg-giraffe-discuss] openssl segfault fix

Mark Dufour m.dufour at zarafa.com
Tue Jan 10 12:14:14 UTC 2017


hi guys,

jan fixed the segfault issue, at least for kopano-admin. it fixes the segfault on exit for kopano-admin for me, at least:

diff --git a/common/SSLUtil.cpp b/common/SSLUtil.cpp
index 3daf50a1..c22cad9f 100644
--- a/common/SSLUtil.cpp
+++ b/common/SSLUtil.cpp
@@ -82,7 +82,6 @@ void SSL_library_cleanup()
 
        CONF_modules_unload(0);
 
-       sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
 }

it also makes sense as according to jan, sk_SSL_COMP_free is undocumented.

I will try to prepare a search-plus renaming patch this week as well. 

what about the minor copy-paste fragments in swig/python/kopano/kopano/__init__.py.. we should probably attribute these as well in the copyright file? happy to do that as well.


cheers,
mark.



More information about the Pkg-giraffe-discuss mailing list