[mythtv-firehose] mythtv branch master updated by jstichnoth. v0.28-pre-261-ge4f48ce

Git Repo Owner noreply at mythtv.org
Sat Sep 21 18:08:04 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  e4f48cee10e436ae47c974bb17ccd3ea191fc745 (commit)
       via  4434a9134501b41874b25b12af4acd0101a525e8 (commit)
       via  8f9d8da25fb16ee056a8fbe6b4eafa4a89692d65 (commit)
      from  ec0e45f3d114c1d6f06388742c876043529aa6b3 (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 e4f48cee10e436ae47c974bb17ccd3ea191fc745
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 11:06:00 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 11:07:40 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e4f48cee10e436ae47c974bb17ccd3ea191fc745

Fix Coverity 700919.  Initialize a field in default ctor.
This may have been a real issue (though I couldn't get anything bad to
happen in testing).



commit 4434a9134501b41874b25b12af4acd0101a525e8
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 07:38:33 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 11:07:40 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4434a9134501b41874b25b12af4acd0101a525e8

Fix Coverity 1091331 by avoiding a null dereference.
This is actually a false positive because m_subScreen is only NULL
when using mythccextractor which would never call the method
indicated.



commit 8f9d8da25fb16ee056a8fbe6b4eafa4a89692d65
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 07:29:47 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 21 Sep 2013 11:07:40 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8f9d8da25fb16ee056a8fbe6b4eafa4a89692d65

Remove unused fields, ctor-initialize others.
Fixes Coverity 1091336, 1091337, 1091338



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

Summary of changes:
 mythtv/libs/libmythtv/subtitlescreen.cpp |   10 ++++------
 mythtv/libs/libmythtv/subtitlescreen.h   |    6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

-- 



More information about the mythtv-firehose mailing list