[mythtv-commits] mythtv branch master updated by cpinkham. v0.27-pre2-1444-ge63d70b

Git Repo Owner noreply at mythtv.org
Sat Jun 15 06:03:26 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  e63d70bc478fee4d79a0f5387e857078ff8ff067 (commit)
      from  516a59de6d835fc3e96578450be2fee823d92d4d (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 e63d70bc478fee4d79a0f5387e857078ff8ff067
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Wed, 12 Jun 2013 20:32:21 +0000
Committer: Chris Pinkham <cpinkham at mythtv.org> at Fri, 14 Jun 2013 23:01:56 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e63d70bc478fee4d79a0f5387e857078ff8ff067

[PATCH] Patch for feasible divide by zero
Static analysis (coverity) detected a feasible (although
not likely) code path such that the variables testEdges
and testNotEdges could be zero, which would result in
a divide by zero.  Add in a check for the zero case.

Fixes coverity 746806 and 746807

Fixes #11596.

Signed-off-by: Chris Pinkham <cpinkham at mythtv.org>



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

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

-- 



More information about the mythtv-commits mailing list