[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #113 has FAILED (1 tests failed). Change made by Matthew Jordan and jrose.

Bamboo bamboo at asterisk.org
Tue Apr 17 18:24:09 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #113 failed.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan, jrose.
1/207 tests failed.

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


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


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

>Fix places where a negative return from ftello could be used as invalid input
>
>In a variety of locations in both reading and writing a file, the result
>from the C library function ftello is used as input to other functions.  For
>the parameters and functions in question, a negative value is invalid input.
>This patch checks the return value from the ftello function to determine if
>we were able to determine the current position in the file stream and, if not,
>fail gracefully.
>
>(issue ASTERISK-19655)
>Reported by: Matt Jordan
>
>Review: https://reviewboard.asterisk.org/r/1863/
>........
>
>Merged revisions 362355 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>

jrose (362357):

>Make use of va_args more appropriate to form in various res_config modules plus utils.
>
>A number of va_copy operations weren't matched with a corresponding va_end in res_config_odbc. Also, there was a potential for va_end to be invoked twice on the same va_arg in utils, which would mean invoking va_end on an undefined variable... which is bad.
>va_end is removed from various functions in config_pgsql and config_curl since they aren't making their own copy.  The invokers of those functions are responsible for calling va_end on them.
>
>(closes issue ASTERISK-19451)
>Reported by: Walter Doekes
>Review: https://reviewboard.asterisk.org/r/1848/
>........
>
>Merged revisions 362354 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>


--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/apps/confbridge/confbridge nominal
Fixed Tests (1)
   - AsteriskTestSuite: S/apps/directory operator exit

--
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/5bd53ad5/attachment-0001.htm>


More information about the Test-results mailing list