[mythtv-commits] mythtv branch master updated by paulh. v30-Pre-263-g552ef81

Git Repo Owner noreply at mythtv.org
Sun Oct 29 16:37:08 UTC 2017


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

TemplateFinder: fix Coverity ID 1229295 Unintentional integer overflow
The expression's value may not be what the programmer intended, because the
expression is evaluated using a narrow (i.e. few bits) integer type.

In TemplateFinder::TemplateFinder(PGMConverter *, BorderDetector *,
EdgeDetector *, MythPlayer *, int, QString): An integer overflow occurs,
with the result converted to a wider integer type.



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

Summary of changes:
 mythtv/programs/mythcommflag/TemplateFinder.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list