mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-22 00:08:03 +00:00
Chromium 138.0.7204.183
This commit is contained in:
parent
7c0b566a47
commit
404c44c8fa
117 changed files with 122161 additions and 0 deletions
11
chromium-lts/Sandbox-linux-services-credentials.cc-PPC.patch
Normal file
11
chromium-lts/Sandbox-linux-services-credentials.cc-PPC.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue