[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-2472-g84619a0

Git Repo Owner noreply at mythtv.org
Mon Jan 12 12:13:10 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  84619a0c3c2e043a61317836362bd0e31ae989c4 (commit)
      from  f43255d8d9b75f60605473d2d1a6d799ed8babf0 (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 84619a0c3c2e043a61317836362bd0e31ae989c4
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 12 Jan 2015 12:08:00 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 12 Jan 2015 12:08:03 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=84619a0c3c2e043a61317836362bd0e31ae989c4

Null pointer check in MainServer::customEvent.
There are a few backtraces from ubuntu users appearing to show a crash here with
a null event pointer. It's not possible to work backwards and see how a null
event managed to end up being posted in the first place, and this
change won't necessarily prevent all variations of this crash but it's
the best I can do for now without a full audit of all code using the
events system.



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

Summary of changes:
 mythtv/programs/mythbackend/mainserver.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list