[mythtv-commits] mythtv branch fixes/0.26 updated by natanojl. v0.26.0-21-g2870590

Git Repo Owner noreply at mythtv.org
Sun Oct 21 11:54:31 UTC 2012


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user natanojl.
       via  2870590667b4b3b3e13b171c5e81a805d30512ce (commit)
      from  8b7f6ce5cb97702718d69bea8e582f5dc26746c9 (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 2870590667b4b3b3e13b171c5e81a805d30512ce
Author:    Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Oct 2012 13:29:12 +0200
Committer: Jonatan Lindblad <jlindblad at mythtv.org> at Sun, 21 Oct 2012 13:29:12 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2870590667b4b3b3e13b171c5e81a805d30512ce

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