[mythtv-firehose] mythtv branch master updated by natanojl. v0.27-pre2-764-g6e0f69d

Git Repo Owner noreply at mythtv.org
Tue Mar 19 22:37:57 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user natanojl.
       via  6e0f69dca6a554f4baf0fe8f9226458d36c459c7 (commit)
       via  5769dca4c4ed442b62741e9abeeb2e3490d9b909 (commit)
      from  b2a8b1ec50e36f011062ea848060f5398a80a41f (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 6e0f69dca6a554f4baf0fe8f9226458d36c459c7
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:30:25 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:35:53 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6e0f69dca6a554f4baf0fe8f9226458d36c459c7

MythUI: Fix use after free in MythUIEditBar
The call to ReleaseImages() in MythUIEditBar's dtor caused a free memory read
since SetRedraw() accesses its parent whose dtor has already been called.

Calling ReleaseImages() from MythUIEditBar's dtor also isn't necessary since the
images in m_images are children of MythUIEditBar and are automatically deleted
by Qt.

Fixes #11458, Refs #11402



commit 5769dca4c4ed442b62741e9abeeb2e3490d9b909
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:29:15 +0100
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Tue, 19 Mar 2013 23:35:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5769dca4c4ed442b62741e9abeeb2e3490d9b909

OpenGLVideo: Fix a double free in AddFilter() when OptimiseFilters() fails
Fixes #11430



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

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

-- 



More information about the mythtv-firehose mailing list