[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #434 has FAILED (1 tests failed, no failures were new). Change made by Mark Michelson.

Bamboo bamboo at asterisk.org
Tue Oct 16 06:37:38 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #434 failed.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson.
1/221 tests failed, no failures were new.

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


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 1 of 221 tests failed.



--------------
Code Changes
--------------
Mark Michelson (375026):

>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
>........
>
>Merged revisions 375025 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>



--------------
Tests
--------------
Existing 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/0a8c7f74/attachment-0001.htm>


More information about the Test-results mailing list