[test-results] [Bamboo] Asterisk > Asterisk Unit Tests > #958 was SUCCESSFUL (with 966 tests). Change made by Matt Jordan.

Bamboo noreply at bamboo.asterisk.org
Mon Mar 30 01:04:46 CDT 2015


-----------------------------------------------------------------------
Asterisk > Asterisk Unit Tests > #958 was successful.
-----------------------------------------------------------------------
This build occurred because it is a dependant of AST-ATRUNKFULLBUILD-991.
All 2 jobs passed with 966 tests in total.

https://bamboo.asterisk.org/bamboo/browse/AST-ATRUNKUNIT-958/




--------------
Code Changes
--------------
Matt Jordan (433745):

>main/stdtime/localtime: Fix warning introduced in r433720
>
>The patch in r433720 caused a warning to be kicked back by gcc. It occurred
>due to this check in unistd.h:
>
>    if (__nbytes > __bos0 (__buf))
>        return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
>
>That is, if __nbytes is greater than the result of GCC's built-in object size
>for the struct, we'll kick back a warning.
>
>As it turns out, this is because there is an error in the code in the patch.
>We are passing the address of the pointer to the struct, not iev, which is a
>pointer to the struct. Hence, the number of bytes is probably going to be lot
>larger than the number of bytes that make up a pointer! This patch changes
>the code just read from the pointer to the struct - which fixes the warning.
>
>ASTERISK-24917
>........
>
>Merged revisions 433743 from http://svn.asterisk.org/svn/asterisk/branches/11
>........
>
>Merged revisions 433744 from http://svn.asterisk.org/svn/asterisk/branches/13
>

Matt Jordan (433722):

>clang compiler warnings: Ignore -Wunused-command-line-argument
>
>Asterisk's build system has a tendency to pass include directives for libraries
>to everything compiled within a particular group of source files. This means
>we pass the header for libxml2 to things that don't necessarily need it. As a
>result, we ignore this particular warning.
>
>Review: https://reviewboard.asterisk.org/r/4545/
>
>ASTERISK-24917
>Reported by: dkdegroot
>patches:
>  rb4545.patch submitted by dkdegroot (License 6600)
>........
>
>Merged revisions 433720 from http://svn.asterisk.org/svn/asterisk/branches/11
>........
>
>Merged revisions 433721 from http://svn.asterisk.org/svn/asterisk/branches/13
>



--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20150330/7dc236ce/attachment-0001.html>


More information about the Test-results mailing list