[mythtv-firehose] mythtv branch master updated by paulh. v30-Pre-256-g7f1665d

Git Repo Owner noreply at mythtv.org
Sun Oct 29 10:03:32 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  7f1665d9c173d7349330bc709884c65a8ce840f9 (commit)
      from  fe0fd304691c3ebf7c02c46bb9fec8408956c25a (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 7f1665d9c173d7349330bc709884c65a8ce840f9
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 29 Oct 2017 10:03:06 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Sun, 29 Oct 2017 10:03:06 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7f1665d9c173d7349330bc709884c65a8ce840f9

GuideUpdateProgramRow: fix Coverity ID 1420187 Dereference after null check
Either the check against null is unnecessary, or there may be a null pointer
dereference.

In GuideUpdateProgramRow::fillProgramRowInfosWith(int, QDateTime,
AutoDeleteDeque<ProgramInfo *> *): Pointer is checked against null but then
dereferenced anyway.



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

Summary of changes:
 mythtv/programs/mythfrontend/guidegrid.cpp |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-firehose mailing list