From 43609ca84694acca988dc0ae591c69ac447659b2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Jul 2022 19:16:24 -0400 Subject: chromium: Remove obsolete versions and patches --- .../files/chromium-99-sandbox-glib234.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 www-client/chromium/files/chromium-99-sandbox-glib234.patch (limited to 'www-client/chromium/files/chromium-99-sandbox-glib234.patch') diff --git a/www-client/chromium/files/chromium-99-sandbox-glib234.patch b/www-client/chromium/files/chromium-99-sandbox-glib234.patch deleted file mode 100644 index 0379084..0000000 --- a/www-client/chromium/files/chromium-99-sandbox-glib234.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc -index ca6b59547..4fb5adf88 100644 ---- a/sandbox/linux/services/credentials.cc -+++ b/sandbox/linux/services/credentials.cc -@@ -11,6 +11,7 @@ - #include - #include - #include -+#include - #include - #include - #include -@@ -100,7 +101,8 @@ bool ChrootToSafeEmptyDir() { - // TODO(crbug.com/1247458) Broken in MSan builds after LLVM f1bb30a4956f. - clone_flags |= CLONE_VM | CLONE_VFORK | CLONE_SETTLS; - -- char tls_buf[PTHREAD_STACK_MIN] = {0}; -+ char tls_buf[PTHREAD_STACK_MIN]; -+ memset(tls_buf, 0, PTHREAD_STACK_MIN * sizeof(char)); - tls = tls_buf; - #endif - -- cgit v1.2.3