[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1027 was SUCCESSFUL (with 402 tests). Change made by Mark Michelson and Matthew Jordan.

Bamboo bamboo at asterisk.org
Fri Feb 15 20:33:02 CST 2013


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1027 was successful.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson, Matthew Jordan.
402 tests in total.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1027/


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

>Disable strict XML documentation config checking; fix crash caused by sorcery
>
>This patch does two things:
> 1. It disables (temporarily) strict XML documentation checking for module
>    configurations. We should re-enable it before making any release from
>    trunk.
> 2. Pass the module flag AST_MODULE through sorcery. This means several of the
>    API calls are now macros and will do this automatically for you. The config
>    framework needs the module that objects are registering to so it can
>    properly construct the documentation. (This was already a required field,
>    but sorcery was getting by without it)
>
>
>

Mark Michelson (381568):

>Fix a crash that occurred when a BYE was received on a replaced dialog.
>
>Reference counting for the channel and its tech_pvt got messed up at
>some point between 1.8 and 11. The result was that if a BYE for a dialog
>that had been replaced (via an INVITE with Replaces) was received, Asterisk
>would crash due to trying to access data on a channel that was no longer there.
>
>The fix I introduced is to remove code that both unrefs the sip_pvt and sets
>the channel's tech_pvt to NULL when an INVITE with Replaces is handled. This
>way when a BYE is received, the tech_pvt will be non-NULL and so the BYE can
>be processed and not cause a crash.
>
>(closes issue ASTERISK-20929)
>reported by Kristopher Lalletti
>patches:
>	ASTERISK-20929.patch uploaded by Mark Michelson (License #5049)
>........
>
>Merged revisions 381566 from http://svn.asterisk.org/svn/asterisk/branches/11
>



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


More information about the Test-results mailing list