-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport] CVE-2023-3079: Type Confusion in V8
Manual backport of patch originally reviewed on https://chromium-review.googlesource.com/c/v8/v8/+/4590637: Fix store handler selection for arguments objects M108 merge issues: src/diagnostics/objects-printer.cc: Type conflicts for the handler variable on and the IsWeakFixedArray() check isn't present in 108; kept the code changes from the fix. Drive-by: fix printing of handlers in --trace-feedback-updates mode. (cherry picked from commit e144f3b71e64e01d6ffd247eb15ca1ff56f6287b) Bug: chromium:1450481 Change-Id: I1c0084701f7f8959da508481cab7a81a2bca3c8d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4584248 Commit-Queue: Toon Verwaest <[email protected]> Commit-Queue: Igor Sheludko <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#88021} Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4590637 Commit-Queue: Roger Felipe Zanoni da Silva <[email protected]> Reviewed-by: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/branch-heads/10.8@{#66} Cr-Branched-From: f1bc03fd6b4c201abd9f0fd9d51fb989150f97b9-refs/heads/10.8.168@{#1} Cr-Branched-From: 237de893e1c0a0628a57d0f5797483d3add7f005-refs/heads/main@{#83672} Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/487335 Reviewed-by: Michal Klocek <[email protected]>
- Loading branch information
Showing
5 changed files
with
39 additions
and
5 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
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
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