Module is gwlib/conn.c

The OpenSSL code used in Kannel does not free up allocated resources.
This is OK for current executable usage but not OK if you are using
Kannel libraries in a reentrant manner. Specifically, OpenSSL
resources should be freed in conn_shutdown_ssl() and server_shutdown_ssl()
through calls to;

        ERR_free_strings ();
        EVP_cleanup();

Paul Keogh
ANAM Wireless Internet Solutions
http://www.anam.com                     
+353 1 284 7555 (wired)               +353 86 234 6047 (wireless)
Castle Yard, Saint Patrick's Road, Dalkey, County Dublin, Ireland
 

Reply via email to