[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-1353-g9f900fc

Git Repo Owner noreply at mythtv.org
Sun Jun 9 15:04:37 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  9f900fca1b7d42d493fbc6f4f66ff847f788f4ee (commit)
      from  5e020c7ce39a6d83b5dd44fb04a77be8612cece7 (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 9f900fca1b7d42d493fbc6f4f66ff847f788f4ee
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 9 Jun 2013 07:56:17 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 9 Jun 2013 08:04:29 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9f900fca1b7d42d493fbc6f4f66ff847f788f4ee

Fix unintended sign extensions detected by Coverity.
Coverity 700703, 700704, 700705, 700706, 700707, 700708, 700709,
700710, 700711, 700712, 700713, 700714, 700715, 700716, 700717.

Most likely, the uses of "unsigned long" in the code should be changed
to uint32_t (or less likely, uint64_t).



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

Summary of changes:
 mythtv/libs/libmythtv/dsmcc.cpp     |   16 +++-------
 mythtv/libs/libmythtv/dsmcc.h       |    6 ++++
 mythtv/libs/libmythtv/dsmccbiop.cpp |   55 +++++++++++-----------------------
 3 files changed, 29 insertions(+), 48 deletions(-)

-- 



More information about the mythtv-commits mailing list