cef/Sandbox-linux-services-credentials.cc-PPC.patch
Asahi Lina a6685f4c36 Initial import (rhbz#2368737)
cef-136.1.6^chromium136.0.7103.113

Based on rpms/chromium.git#e5d715b3d601
2025-06-17 22:58:48 +09:00

11 lines
450 B
Diff

--- a/sandbox/linux/services/credentials.cc
+++ b/sandbox/linux/services/credentials.cc
@@ -91,7 +91,7 @@ bool ChrootToSafeEmptyDir() {
alignas(16) char stack_buf[PTHREAD_STACK_MIN];
#if defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY) || \
- defined(ARCH_CPU_MIPS_FAMILY)
+ defined(ARCH_CPU_MIPS_FAMILY) || defined(ARCH_CPU_PPC64_FAMILY)
// The stack grows downward.
void* stack = stack_buf + sizeof(stack_buf);
#else