[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1179-g4a572fb

Git Repo Owner noreply at mythtv.org
Fri May 31 22:39:52 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  4a572fb12b92c33bd24181d6b52cb6e56fe8e1c8 (commit)
      from  5c45e915b8e34025e95a8e0f83b3cf4b1573dcbc (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 4a572fb12b92c33bd24181d6b52cb6e56fe8e1c8
Author:    Paul Harrison <pharrison at mythtv.org> at Fri, 31 May 2013 23:39:36 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Fri, 31 May 2013 23:39:36 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4a572fb12b92c33bd24181d6b52cb6e56fe8e1c8

AvfDecoder: fix several Coverity detected errors
* 1026172 Uninitialized scalar variable (fill).
* 1026173 Uninitialized scalar variable (total).
* 1026164 Division or modulo by zero - this looks like a false positive
          because m_inited will be false if m_sampleFmt is FORMAT_NONE
          which is the only way the division by 0 can happen.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/avfdecoder.cpp |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

-- 



More information about the mythtv-commits mailing list