[test-results] [Bamboo] No agents to build plan Asterisk Testing - Asterisk 1.8 Branch - Asterisk 1.8 CentOS 6 64-Bit

Bamboo bamboo at asterisk.org
Mon May 21 13:39:02 CDT 2012


-------------------------------------------------------------------------------
TESTING-ASTERISK18BRANCH-AST18CENTOS64-215 has been queued, but there's no agent capable of building it.
-------------------------------------------------------------------------------

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-AST18CENTOS64/log

--------------
Code Changes
--------------
mmichelson (367002):

>Fix memory leak of SSL_CTX structures in TLS core.
>
>SSL_CTX structures were allocated but never freed. This was a bigger
>issue for clients than servers since new SSL_CTX structures could be
>allocated for each connection. Servers, on the other hand, typically
>set up a single SSL_CTX for their lifetime.
>
>This is solved in two ways:
>
>1. In __ssl_setup(), if a tcptls_cfg has an ssl_ctx on it, it is
>freed so that a new one can take its place.
>2. A companion to ast_ssl_setup() called ast_ssl_teardown() has
>been added so that servers can properly free their SSL_CTXs.
>
>(issue ASTERISK-19278)
>
>

mmichelson (367027):

>Address MISSING_BREAK static analysis reports some more.
>
>This addresses core findings 4 and 6.
>
>Moises Silva helped me by stating that a break could be
>safely added to the case where it is added in chan_dahdi.c
>
>In say.c, I have added a comment indicating that static analysis
>complains but that it is currently unknown if this is correct.
>
>This fixes all core findings of this type.
>
>(closes issue ASTERISK-19662)
>reported by Matthew Jordan
>
>
>


--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120521/795ac380/attachment-0001.htm>


More information about the Test-results mailing list