* CVE-2026-0899: Out of bounds memory access in V8 * CVE-2026-0900: Inappropriate implementation in V8 * CVE-2026-0901: Inappropriate implementation in Blink * CVE-2026-0902: Inappropriate implementation in V8 * CVE-2026-0903: Insufficient validation of untrusted input in Downloads * CVE-2026-0904: Incorrect security UI in Digital Credentials * CVE-2026-0905: Insufficient policy enforcement in Network * CVE-2026-0906: Incorrect security UI * CVE-2026-0907: Incorrect security UI in Split View * CVE-2026-0908: Use after free in ANGLE
15 lines
1 KiB
Diff
15 lines
1 KiB
Diff
kIndex: chromium-114.0.5735.45/base/allocator/partition_allocator/partition_alloc.gni
|
|
===================================================================
|
|
Index: chromium-144.0.7559.59/base/allocator/partition_allocator/partition_alloc.gni
|
|
===================================================================
|
|
--- chromium-144.0.7559.59.orig/base/allocator/partition_allocator/partition_alloc.gni
|
|
+++ chromium-144.0.7559.59/base/allocator/partition_allocator/partition_alloc.gni
|
|
@@ -71,7 +71,7 @@ is_clang_or_gcc = is_clang || !is_win
|
|
# Whether 64-bit pointers are used.
|
|
# A static_assert in partition_alloc_config.h verifies that.
|
|
if (current_cpu == "x64" || current_cpu == "arm64" || current_cpu == "arm64e" ||
|
|
- current_cpu == "loong64" || current_cpu == "riscv64") {
|
|
+ current_cpu == "loong64" || current_cpu == "riscv64" || current_cpu == "ppc64") {
|
|
assert(current_cpu != "arm64e" || (is_ios && target_environment == "device"))
|
|
has_64_bit_pointers = true
|
|
} else if (current_cpu == "x86" || current_cpu == "arm" ||
|