| commit | 64f7dacb77b12911fa9d8dcbede9b400e979f3a2 | [log] [tgz] | 
|---|---|---|
| author | Frank Tang <ftang@chromium.org> | Sat Nov 01 00:42:57 2025 | 
| committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 03 22:40:13 2025 | 
| tree | 701d0b66d3c4a595ad65d64c2b0d9e88892193b3 | |
| parent | b7bb1c90df093c564c88b8f9a15aaaf8cdf971ca [diff] | 
[sandbox] Fix Sandbox Bypass: in icu_77::UnicodeString::doAppend Also fix copy/paste problem found by gemini in src/objects/js-segments.h Bug: 454734141 Change-Id: Id16f0d5c38f6da07928e1f6473afad4430215bf2 Cq-Include-Trybots: luci.v8.try:v8_linux64_asan_sandbox_testing_compile_rel,v8_linux64_sandbox_testing_compile_rel,v8_linux64_sandbox_testing_rel Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7092382 Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/main@{#103476}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.