[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-1441-gd395df6

Git Repo Owner noreply at mythtv.org
Fri Jun 14 13:02:49 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  d395df6ad8c4f6580fb0c3047022b61860942455 (commit)
      from  9c3f956990a55c962207bbeb0306d31ee61c52ad (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 d395df6ad8c4f6580fb0c3047022b61860942455
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Wed, 12 Jun 2013 00:00:29 +0000
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Fri, 14 Jun 2013 09:02:06 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d395df6ad8c4f6580fb0c3047022b61860942455

Support higher tuning frequencies
Static analysis (coverity) detected that some of the
math computing frequencies was performed in 32 bit
arithmetic, even though the result was 64 bits.  This
could result in an integer overflow.  Use the Qt
long long type to move to 64 bit calculations.

Fixes coverity 700586
Fixes #11594

Signed-off-by: Daniel Kristjansson <danielk at cuymedia.net>



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

Summary of changes:
 mythtv/libs/libmythtv/recorders/dtvchannel.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list