Bug - memory leak in SSL handlers

"Paul Keogh" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.