[mythtv-commits] mythtv branch master updated by stuarta. v0.28-pre-1499-g295d97e

Git Repo Owner noreply at mythtv.org
Thu Jun 5 20:33:10 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  295d97e92331609a40a03c51ea3f3ddc6ba2cc89 (commit)
      from  01caefe7e3e5e43fa0d2d693c5590b19c8c8e209 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 295d97e92331609a40a03c51ea3f3ddc6ba2cc89
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Thu, 5 Jun 2014 21:29:31 +0100
Committer: Stuart Auchterlonie <stuarta at squashedfrog.net> at Thu, 5 Jun 2014 21:32:49 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=295d97e92331609a40a03c51ea3f3ddc6ba2cc89

Fix an out of bounds read in the test harness when testing DVBContentIdentifierDescriptor. The length value inside the data block was longer than the data block itself, thus leading to the DVBContentIdentifierDescriptor code reading off the end of the array.
This is the cause of the occasional unit test failures on
some of the buildslaves, due to the test harness segfaulting.

Thanks to dekarl for the tweak to the data.



-----------------------------------------------------------------------

Summary of changes:
 .../test/test_mpegtables/test_mpegtables.h         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list