[mythtv-firehose] mythtv branch master updated by stuartm. v0.27-pre2-1276-gab1f79a

Git Repo Owner noreply at mythtv.org
Thu Jun 6 22:45:55 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  ab1f79a25ae33a0451a197bd3733767a2591dbfc (commit)
      from  409b279a93004882ed9ed7f0a01aa7cc5989c7d6 (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 ab1f79a25ae33a0451a197bd3733767a2591dbfc
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 26 May 2013 20:59:05 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 6 Jun 2013 23:44:47 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ab1f79a25ae33a0451a197bd3733767a2591dbfc

Fix static analysis detected error regarding undefined array index in dvdringbuf.cpp
Static analysis (scan-build) detected a potential code path such that guess_palette
could be called without having the palette variables initialized, which would result
in indexing m_clut with an undefined value.
(cherry picked from commit 824013456f41f4c90daa1f1a3879a1c9e06c28c5)

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>

Fixes #11550



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

Summary of changes:
 mythtv/libs/libmythtv/DVD/dvdringbuffer.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-firehose mailing list