[asterisk-commits] bebuild: tag 10.6.1-digiumphones r370105 - /tags/10.6.1-digiumphones/ChangeLog
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 16 09:39:33 CDT 2012
Author: bebuild
Date: Mon Jul 16 09:39:30 2012
New Revision: 370105
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370105
Log:
Update ChangeLog
Modified:
tags/10.6.1-digiumphones/ChangeLog
Modified: tags/10.6.1-digiumphones/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/10.6.1-digiumphones/ChangeLog?view=diff&rev=370105&r1=370104&r2=370105
==============================================================================
--- tags/10.6.1-digiumphones/ChangeLog (original)
+++ tags/10.6.1-digiumphones/ChangeLog Mon Jul 16 09:39:30 2012
@@ -1,3 +1,19 @@
+2102-07-16 Asterisk Development Team <asteriskteam at digium.com>
+
+ * Asterisk 10.6.1-digiumphones 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-digiumphones Released.
More information about the asterisk-commits
mailing list