[svn-commits] bebuild: tag 1.8.14.1 r370107 - /tags/1.8.14.1/ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 16 09:40:32 CDT 2012


Author: bebuild
Date: Mon Jul 16 09:40:28 2012
New Revision: 370107

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370107
Log:
Update ChangeLog

Modified:
    tags/1.8.14.1/ChangeLog

Modified: tags/1.8.14.1/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.14.1/ChangeLog?view=diff&rev=370107&r1=370106&r2=370107
==============================================================================
--- tags/1.8.14.1/ChangeLog (original)
+++ tags/1.8.14.1/ChangeLog Mon Jul 16 09:40:28 2012
@@ -1,3 +1,19 @@
+2102-07-16  Asterisk Development Team <asteriskteam at digium.com>
+
+	* Asterisk 1.8.14.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 1.8.14.0 Released.




More information about the svn-commits mailing list