DescriptionNull check RenderWidgetHost pointer from RWHVChildFrame on input events
Crash reports associated with the --isolate-extensions trial show
that a RenderWidgetHostViewChildFrame can receive mouse events even
after Destroy has been called on it, resulting in a null pointer
dereference since the RenderWidgetHost pointer has been cleared.
This CL checks the pointer for null and discards the event if the
RWHVCF is currently awaiting deletion.
BUG=571092
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/b85b92b4639f690a9a523a910211d432dba568a2
Cr-Commit-Position: refs/heads/master@{#372211}
Patch Set 1 #
Messages
Total messages: 13 (6 generated)
|