[test-results] [Bamboo] Asterisk - Trunk > Ubuntu Lucid (10.04) > #1219 has FAILED (2 tests failed). Change made by Terry Wilson.

Bamboo bamboo at asterisk.org
Mon Nov 14 21:46:15 CST 2011


-----------------------------------------------------------------------
Asterisk - Trunk > Ubuntu Lucid (10.04) > #1219 failed.
-----------------------------------------------------------------------
Code has been updated by Terry Wilson.
2/179 tests failed.

http://bamboo.asterisk.org/browse/ASTTRUNK-LUCID-1219/


--------------
Failing Jobs
--------------
  - amd64 (Default Stage): 2 of 179 tests failed.


--------------
Code Changes
--------------
Terry Wilson (345165):

>Don't read past end of input when calling write()
>
>int blah = 1;
>...
>write(chan->alertpipe[1], &blah, new_frames * sizeof(blah)) !=
>(new_frames * sizeof(blah)))
>
>is only valid when new_frames == 1. Otherwise we start reading into adjacent
>variables declared on the stack. The read end discards what is read, so the
>values don't matter but it's not a good idea to read past where we want even
>though new_frames is almost always 1 and should never be large. This patch is
>basically taken out of kpfleming's eventfd branch, as he mentioned that he
>remembered fixing it there when I talked to him about this issue.
>
>Review: https://reviewboard.asterisk.org/r/1583/
>........
>
>Merged revisions 345163 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>........
>
>Merged revisions 345164 from http://svn.asterisk.org/svn/asterisk/branches/10
>


--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/fax/local channel t38 queryoption
   - AsteriskTestSuite: S/fax/gateway mix2

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


More information about the Test-results mailing list