From 90af7f14c31aac1cc077d982b1a54972602ae2f6 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 11 Dec 2023 09:17:16 +0100 Subject: www/chromium: update to 120.0.6099.71 Security: https://vuxml.freebsd.org/freebsd/4405e9ad-97fe-11ee-86bb-a8a1599412c6.html --- www/chromium/files/patch-base_linux__util.cc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'www/chromium/files/patch-base_linux__util.cc') diff --git a/www/chromium/files/patch-base_linux__util.cc b/www/chromium/files/patch-base_linux__util.cc index 11c5c85b2388..ed2de441c529 100644 --- a/www/chromium/files/patch-base_linux__util.cc +++ b/www/chromium/files/patch-base_linux__util.cc @@ -1,4 +1,4 @@ ---- base/linux_util.cc.orig 2023-09-13 12:11:42 UTC +--- base/linux_util.cc.orig 2023-12-10 06:10:27 UTC +++ base/linux_util.cc @@ -15,6 +15,7 @@ @@ -8,7 +8,7 @@ #include "base/base_export.h" #include "base/files/dir_reader_posix.h" -@@ -135,6 +136,9 @@ void SetLinuxDistro(const std::string& distro) { +@@ -153,10 +154,14 @@ void SetLinuxDistro(const std::string& distro) { } bool GetThreadsForProcess(pid_t pid, std::vector* tids) { @@ -18,11 +18,8 @@ // 25 > strlen("/proc//task") + strlen(std::to_string(INT_MAX)) + 1 = 22 char buf[25]; strings::SafeSPrintf(buf, "/proc/%d/task", pid); -@@ -152,6 +156,7 @@ bool GetThreadsForProcess(pid_t pid, std::vector* tids) { -- cgit v1.2.3