[mythtv-firehose] mythtv branch master updated by paulh. v0.27-pre2-1272-gffd24a9

Git Repo Owner noreply at mythtv.org
Thu Jun 6 22:05:36 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  ffd24a91da0428c4c33c573e0303767f67adb72a (commit)
      from  f0f15b37cf303bfa62b6baf04c5ef1ff45f9b6cf (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 ffd24a91da0428c4c33c573e0303767f67adb72a
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 6 Jun 2013 23:05:21 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 6 Jun 2013 23:05:21 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ffd24a91da0428c4c33c573e0303767f67adb72a

MythZoneMinder: fix Coverity ID 1026721 Unchecked dynamic_cast
In ZMPlayer::keyPressEvent(): Dynamic_cast may fail and return null if the
type cast is incompatible.

This is a false positive because Create() has already checked those widgets
exist and would fail if they didn't long before we get to this code.



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

Summary of changes:
 .../mythzoneminder/mythzoneminder/zmplayer.cpp     |   27 ++++++++++---------
 .../mythzoneminder/mythzoneminder/zmplayer.h       |    2 +
 2 files changed, 16 insertions(+), 13 deletions(-)

-- 



More information about the mythtv-firehose mailing list