[asterisk-commits] bebuild: tag 10.6.1 r370106 - /tags/10.6.1/ChangeLog
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 16 09:40:24 CDT 2012
Author: bebuild
Date: Mon Jul 16 09:40:18 2012
New Revision: 370106
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370106
Log:
Update ChangeLog
Modified:
tags/10.6.1/ChangeLog
Modified: tags/10.6.1/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/10.6.1/ChangeLog?view=diff&rev=370106&r1=370105&r2=370106
==============================================================================
--- tags/10.6.1/ChangeLog (original)
+++ tags/10.6.1/ChangeLog Mon Jul 16 09:40:18 2012
@@ -1,3 +1,19 @@
+2102-07-16 Asterisk Development Team <asteriskteam at digium.com>
+
+ * Asterisk 10.6.1 Released.
+
+ * Remove a superfluous and dangerous freeing of an SSL_CTX that could
+ lead to a crash in tcptls
+
+ The problem here is that multiple server sessions share a SSL_CTX.
+ When on session ended, the SSL_CTX would be freed and set NULL,
+ leaving the other sessions unable to function.
+
+ The code being removed is superfluous because the SSL_CTX structures
+ for servers will be properly freed when ast_ssl_teardown is called.
+
+ (closes issue ASTERISK-20074)
+
2012-07-10 Asterisk Development Team <asteriskteam at digium.com>
* Asterisk 10.6.0 Released.
More information about the asterisk-commits
mailing list