[test-results] [Bamboo] No agents to build plan Asterisk - 1.8 - Compile - Tarball

Bamboo bamboo at asterisk.org
Mon Apr 16 16:59:08 CDT 2012


-------------------------------------------------------------------------------
AST18-COMPILE-TARBALL-122 has been queued, but there's no agent capable of building it.
-------------------------------------------------------------------------------

http://bamboo.asterisk.org/browse/AST18-COMPILE-TARBALL/log

--------------
Code Changes
--------------
mjordan (362204):

>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/


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


More information about the Test-results mailing list