forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[extensions] Fix UAF in WebRequestProxyingURLLoaderFactory
This fixes a UAF problem introduced by https://crrev.com/c/2927311, where we were passing a raw pointer into a callback without ensuring that the object pointed by it would outlive the callback. Bug: 1207136,1221232 Change-Id: I2742edcba8d3a9a8707eb1ce4488b8fc0a3870c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2971466 Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#894159}
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
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