[mythtv-commits] mythtv branch fixes/0.25 updated by natanojl. v0.25.3-4-g2103465

Git Repo Owner noreply at mythtv.org
Sun Oct 21 12:08:30 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user natanojl.
       via  2103465e70f0eda760d4cd25abd49078add273d3 (commit)
      from  1fa9479b11791c60860d88eb37ad2033251d8957 (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 2103465e70f0eda760d4cd25abd49078add273d3
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Oct 2012 14:07:49 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Oct 2012 14:07:49 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2103465e70f0eda760d4cd25abd49078add273d3

MythUI: Fix potential use after free when leaving a web page
It's not safe to delete a QNetworkAccessManager before the QWebPage it is being
used with since any outstanding QNetworkReplys will be deleted, causing
QWebPage to potentially access free memory.

Fixes #11168.
(cherry picked from commit 83e88bc0abe21f54daace479ac921c352710c9de)



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

Summary of changes:
 mythtv/libs/libmythui/mythuiwebbrowser.cpp |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-commits mailing list