[mythtv-firehose] mythtv branch master updated by stuartm. v0.27-pre2-410-g46f0b4f

Git Repo Owner noreply at mythtv.org
Tue Dec 18 13:53:35 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  46f0b4f228e1374dcd7f28ddd1faf3dcb6916c5f (commit)
       via  b7b6e62c757bf0cc1f996e5202bb4cb48840d85f (commit)
       via  5f54a748cb5a552219596aaec6fa87db8a4e136b (commit)
      from  43e17c509e7c420c6853dc015243c239d8f26006 (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 46f0b4f228e1374dcd7f28ddd1faf3dcb6916c5f
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:50:23 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:50:23 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=46f0b4f228e1374dcd7f28ddd1faf3dcb6916c5f

Fix null pointer check _after_ dereference in SetPreviewGenerator(). Coverity 700692



commit b7b6e62c757bf0cc1f996e5202bb4cb48840d85f
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:37:14 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:37:14 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b7b6e62c757bf0cc1f996e5202bb4cb48840d85f

Fix uninitialised members in MythUIProgressDialog. Coverity 700925



commit 5f54a748cb5a552219596aaec6fa87db8a4e136b
Author:    Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:19:42 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Tue, 18 Dec 2012 13:19:42 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f54a748cb5a552219596aaec6fa87db8a4e136b

Remove dead code in joystick event handling. Coverity 746796
We stripped all modifiers from the key code two lines earlier, so the
UNICODE_ACCEL modifier check could not have returned true. Either this
used to work (way back before the QT4 port) or it has never
worked. Either way no-one has reported issues, it's a little used
feature and it's unlikely anyone using it would be binding their
joystick buttons to anything outside the ASCII range.



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

Summary of changes:
 mythtv/libs/libmythtv/previewgeneratorqueue.cpp |    6 +++++-
 mythtv/libs/libmythui/mythmainwindow.cpp        |    6 ------
 mythtv/libs/libmythui/mythprogressdialog.cpp    |   11 +++++------
 3 files changed, 10 insertions(+), 13 deletions(-)

-- 



More information about the mythtv-firehose mailing list