- * 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 - Hoshino Lina: Update to cef-144.0.6+g5f7e671 (rhbz#2431156)
13 lines
546 B
Diff
13 lines
546 B
Diff
Index: chromium-144.0.7559.59/v8/gni/v8.gni
|
|
===================================================================
|
|
--- chromium-144.0.7559.59.orig/v8/gni/v8.gni
|
|
+++ chromium-144.0.7559.59/v8/gni/v8.gni
|
|
@@ -317,7 +317,7 @@ assert(
|
|
if (v8_enable_pointer_compression == "") {
|
|
v8_enable_pointer_compression =
|
|
v8_current_cpu == "arm64" || v8_current_cpu == "x64" ||
|
|
- v8_current_cpu == "loong64"
|
|
+ v8_current_cpu == "loong64" || v8_current_cpu == "ppc64"
|
|
}
|
|
|
|
# The Wasm interpreter is currently supported only on arm64 and x64, on
|