[test-results] [Bamboo] Asterisk Testing > Asterisk 11 Branch > #269 was SUCCESSFUL (with 291 tests). Change made by jrose.

Bamboo bamboo at asterisk.org
Sat Jan 5 06:52:18 CST 2013


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 11 Branch > #269 was successful.
-----------------------------------------------------------------------
Code has been updated by jrose.
291 tests in total.

http://bamboo.asterisk.org/browse/TESTING-AST11BRANCH-269/


--------------
Code Changes
--------------
jrose (378592):

>res_srtp: Prevent a crash from occurring due to srtp_create failures in srtp_create
>
>Under some circumstances, libsrtp's srtp_create function deallocates memory that
>it wasn't initially responsible for allocating. Because we weren't initially
>aware of this behavior, this memory was still used in spite of being unallocated
>during the course of the srtp_unprotect function. A while back I made a patch
>which would set this value to NULL, but that exposed a possible condition where
>we would then try to check a member of the struct which would cause a segfault.
>In order to address these problems, ast_srtp_unprotect will now set an error value
>when it ends without a valid SRTP session which will result in the caller of
>srtp_unprotect observing this error and hanging up the relevant channel instead of
>trying to keep using the invalid session address.
>
>(closes issue ASTERISK-20499)
>Reported by: Tootai
>Review: https://reviewboard.asterisk.org/r/2228/diff/#index_header
>........
>
>Merged revisions 378591 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>



--------------
Tests
--------------
Fixed Tests (1)
   - AsteriskTestSuite: S/bridge/dial l s options

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


More information about the Test-results mailing list