DescriptionAvoid use-after-free when InterstitialPageImpl is being torn down.
The InterstitialPageNavigatorImpl was continuing to access parts
of a deleted WebContents (e.g., the NavigationController) after its
corresponding InterstitialPageImpl was disabled. This CL avoids
the problem by checking for the disabled state.
BUG=730592
TEST=NavigationHandleImpl crashes go away.
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Review-Url: https://codereview.chromium.org/2934353002
Cr-Original-Commit-Position: refs/heads/master@{#479544}
Review-Url: https://codereview.chromium.org/2945163002 .
Cr-Commit-Position: refs/branch-heads/3112@{#409}
Cr-Branched-From: b6460e24cf59f429d69de255538d0fc7a425ccf9-refs/heads/master@{#474897}
Committed: https://chromium.googlesource.com/chromium/src/+/bada48e0f4c8bb29ab5b0125411b860c2a0c3079
Patch Set 1 #
Messages
Total messages: 4 (2 generated)
|