[mythtv-commits] mythtv branch master updated by paulh. v0.27-pre2-1398-ge8aff2f

Git Repo Owner noreply at mythtv.org
Mon Jun 10 21:55:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  e8aff2f163d09aba253bc88683a7602f5e61fe2e (commit)
      from  0975569034cdc19ed43bef39fa3767503c1d8629 (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 e8aff2f163d09aba253bc88683a7602f5e61fe2e
Author:    Paul Harrison <pharrison at mythtv.org> at Mon, 10 Jun 2013 22:55:43 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Mon, 10 Jun 2013 22:55:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e8aff2f163d09aba253bc88683a7602f5e61fe2e

LCDServer: fix coverity ID 700425 Unchecked dynamic_cast
In LCDServer::readSocket(): Dynamic_cast may fail and return null if the type
cast is incompatible. Not really possible for sender() to be anything other
than a QTcpSocket* in this case but Coverity doesn't know that.



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

Summary of changes:
 mythtv/programs/mythlcdserver/lcdserver.cpp |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-commits mailing list