[test-results] [Bamboo] Asterisk Testing > Asterisk 1.8 Branch > #433 has FAILED (1 tests failed). Change made by Mark Michelson.
Bamboo
bamboo at asterisk.org
Tue Oct 16 05:24:37 CDT 2012
-----------------------------------------------------------------------
Asterisk Testing > Asterisk 1.8 Branch > #433 failed.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson.
1/190 tests failed.
http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-433/
--------------
Failing Jobs
--------------
- Asterisk 1.8 CentOS 6 64-Bit (CentOS 6): 1 of 190 tests failed.
--------------
Code Changes
--------------
Mark Michelson (375025):
>Fix some potential misuses of ast_str in the code.
>
>Passing an ast_str pointer by value that then calls
>ast_str_set(), ast_str_set_va(), ast_str_append(), or
>ast_str_append_va() can result in the pointer originally
>passed by value being invalidated if the ast_str had
>to be reallocated.
>
>This fixes places in the code that do this. Only the
>example in ccss.c could result in pointer invalidation
>though since the other cases use a stack-allocated ast_str
>and cannot be reallocated.
>
>I've also updated the doxygen in strings.h to include
>notes about potential misuse of the functions mentioned
>previously.
>
>Review: https://reviewboard.asterisk.org/r/2161
>
>
--------------
Tests
--------------
New Test Failures (1)
- AsteriskTestSuite: S/channels/ s i p/sip outbound address
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20121016/9a8de330/attachment.htm>
More information about the Test-results
mailing list