[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #110 has FAILED (2 tests failed, 1 failures were new). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Tue Apr 17 10:32:19 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #110 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
2/207 tests failed, 1 failure was new.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-110/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 2 of 207 tests failed.


--------------
Code Changes
--------------
Matthew Jordan (362205):

>Fix negative return handling in channel drivers
>
>In chan_agent, while handling a channel indicate, the agent channel driver
>must obtain a lock on both the agent channel, as well as the channel the
>agent channel is using.  To do so, it attempts to lock the other channel
>first, then unlock the agent channel which is locked prior to entry into
>the indicate handler.  If this unlock fails with a negative return value,
>which can occur if the object passed to agent_indicate is an invalid ao2
>object or is NULL, the return value is passed directly to strerror, which
>can only accept positive integer values.
>
>In chan_dahdi, the return value of dahdi_get_index is used to directly
>index into the sub-channel array.  If dahd_get_index returns a negative
>value, it would use that value to index into the array, which could cause
>an invalid memory access.  If dahdi_get_index returns a negative number,
>we now default to SUB_REAL.
>
>(issue ASTERISK-19655)
>Reported by: Matt Jordan
>
>Review: https://reviewboard.asterisk.org/r/1863/
>........
>
>Merged revisions 362204 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>


--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/channels/ s i p/ s d p offer answer
Existing Test Failures (1)
   - AsteriskTestSuite: S/fastagi/stream-file
Fixed Tests (1)
   - AsteriskTestSuite: S/cdr/cdr fork end time

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


More information about the Test-results mailing list