diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 19:24:09 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 19:24:09 +0000 |
commit | 7c7723c7f90df28d97e345b09a51811b99e3e5d2 (patch) | |
tree | b899d16c78aee1f24cb31f6e2b9c72d6ec153ff4 /chrome/chrome.gyp | |
parent | 896200b32f5408f03d395d19565578db57f58e83 (diff) | |
download | chromium_src-7c7723c7f90df28d97e345b09a51811b99e3e5d2.zip chromium_src-7c7723c7f90df28d97e345b09a51811b99e3e5d2.tar.gz chromium_src-7c7723c7f90df28d97e345b09a51811b99e3e5d2.tar.bz2 |
Fix a Chrome crash observed in ChromeFrame reliability test runs. The crash occurs while processing the
ViewHostMsg_UpdateRect message and occurs due to dereferencing a NULL view_ pointer. It looks that the view_
pointer got destroyed and effectively NULL'ed out in the context of the call to the MovePluginWindows function.
Fix is to add a NULL check for the same.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=39356
Bug=39356
Review URL: http://codereview.chromium.org/3043009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
0 files changed, 0 insertions, 0 deletions