]> git.saurik.com Git - wxWidgets.git/commit
Fix crash in wxWebKitCtrl when using JavaScript.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:46:24 +0000 (13:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Sep 2010 13:46:24 +0000 (13:46 +0000)
commit4267872212359599cbc60a12d10f9c6f6173b947
treefc14b1b0cf1c5bd5d37f6de1390534d721712a71
parentc85a79963da3c3c9b58c306b3408bf4ac86eec7d
Fix crash in wxWebKitCtrl when using JavaScript.

Ignore the unknown types of the script result, in particular don't crash
trying to dereference an uninitialized pointer if the script didn't return
anything.

Closes #12361.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlctrl/webkit/webkit.mm