Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK][WK2] SIGSEV in WebKit::WebPageContextMenuClient::customContextM…
…enuItemSelected https://bugs.webkit.org/show_bug.cgi?id=116867 Reviewed by Anders Carlsson. We did not reset the clients on WebPageProxy::close(), so right clicking on a link after starting the navigation to some other page was causing crashes because code was trying to access an already freed m_contextMenuClient. There were some other clients that could potentially trigger the same issues. Reset them all to null to prevent this situation. * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::close): Canonical link: https://commits.webkit.org/136368@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@152367 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
25 additions
and 1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters