summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_logging__unittest.cc
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2024-02-02 07:49:21 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2024-02-02 13:31:40 +0100
commitbb9858177483120737f2d5e4a7a19f7b86744d9d (patch)
treee0b114d5c4840c2b01fa5f497a68022eb559f403 /www/chromium/files/patch-base_logging__unittest.cc
parentmath/R-cran-sp: Update to 2.1.3 (diff)
www/chromium: update to 121.0.6167.139
Security: https://vuxml.freebsd.org/freebsd/dc9e5237-c197-11ee-86bb-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-base_logging__unittest.cc')
-rw-r--r--www/chromium/files/patch-base_logging__unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_logging__unittest.cc b/www/chromium/files/patch-base_logging__unittest.cc
index bb506f496022..fda45153671e 100644
--- a/www/chromium/files/patch-base_logging__unittest.cc
+++ b/www/chromium/files/patch-base_logging__unittest.cc
@@ -1,4 +1,4 @@
---- base/logging_unittest.cc.orig 2023-02-08 09:03:45 UTC
+--- base/logging_unittest.cc.orig 2024-01-30 07:53:34 UTC
+++ base/logging_unittest.cc
@@ -32,7 +32,7 @@
#include "base/posix/eintr_wrapper.h"
@@ -9,7 +9,7 @@
#include <ucontext.h>
#endif
-@@ -575,14 +575,18 @@ void CheckCrashTestSighandler(int, siginfo_t* info, vo
+@@ -570,14 +570,18 @@ void CheckCrashTestSighandler(int, siginfo_t* info, vo
// need the arch-specific boilerplate below, which is inspired by breakpad.
// At the same time, on OSX, ucontext.h is deprecated but si_addr works fine.
uintptr_t crash_addr = 0;