[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-262-g1725f1b

Git Repo Owner noreply at mythtv.org
Thu May 10 12:53:32 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  1725f1b75794303fc88da2589ee924529dea703d (commit)
       via  7d88cef362eb91644eb5905fc7f3108d3a5b90f1 (commit)
       via  64410be28bd031d0979fb4197a4c73344bd697ab (commit)
       via  53c22345d7f00ad93924150a253c0d1bb0519f17 (commit)
       via  46bcb72d3d0ac7698d7a9f60dda7c4ade89f7a87 (commit)
      from  943bfe92e9cdbd3d9d264a124927ef914aad0304 (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 1725f1b75794303fc88da2589ee924529dea703d
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:52:48 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:52:48 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1725f1b75794303fc88da2589ee924529dea703d

Fix bad memset calls in JoystickMenuThread::Init(). Caught by coverity.



commit 7d88cef362eb91644eb5905fc7f3108d3a5b90f1
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:52:03 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:52:03 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d88cef362eb91644eb5905fc7f3108d3a5b90f1

Don't check for a null pointer here, it can never be null and the existance of the check confuses cppcheck/coverity.



commit 64410be28bd031d0979fb4197a4c73344bd697ab
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:41:34 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:41:34 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=64410be28bd031d0979fb4197a4c73344bd697ab

Return value of ioctl wasn't being checked in JoystickMenuThread::Init(), caught by Coverity.



commit 53c22345d7f00ad93924150a253c0d1bb0519f17
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:29:35 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:29:35 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=53c22345d7f00ad93924150a253c0d1bb0519f17

Fix possible divide by zero identified by Coverity



commit 46bcb72d3d0ac7698d7a9f60dda7c4ade89f7a87
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:24:43 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 10 May 2012 13:24:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=46bcb72d3d0ac7698d7a9f60dda7c4ade89f7a87

Guard against possible null pointer dereference identified by Coverity.



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

Summary of changes:
 mythtv/libs/libmythui/jsmenu.cpp           |    6 +++---
 mythtv/libs/libmythui/mythgenerictree.cpp  |    3 +++
 mythtv/libs/libmythui/mythuitext.cpp       |    7 +++++--
 mythtv/libs/libmythui/mythuiwebbrowser.cpp |    2 +-
 4 files changed, 12 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list