diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-11 12:08:30 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-12 11:13:32 +0100 |
commit | bb28c2cb8d17a6e5c71f64dc8154c90c71e3ab66 (patch) | |
tree | 6076b869df2a773cf492a3054ab9791d1a858b14 /www/ungoogled-chromium/files/patch-base_logging__unittest.cc | |
parent | security/p5-Crypt-Argon2: Update to 0.013 (diff) |
www/ungoogled-chromium: update to 110.0.5481.77
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-base_logging__unittest.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-base_logging__unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-base_logging__unittest.cc b/www/ungoogled-chromium/files/patch-base_logging__unittest.cc index e4e536b7f81e..5264a5d646fe 100644 --- a/www/ungoogled-chromium/files/patch-base_logging__unittest.cc +++ b/www/ungoogled-chromium/files/patch-base_logging__unittest.cc @@ -1,4 +1,4 @@ ---- base/logging_unittest.cc.orig 2022-10-01 07:40:07 UTC +--- base/logging_unittest.cc.orig 2023-02-11 09:11:04 UTC +++ base/logging_unittest.cc @@ -32,7 +32,7 @@ #include "base/posix/eintr_wrapper.h" @@ -9,7 +9,7 @@ #include <ucontext.h> #endif -@@ -574,14 +574,18 @@ void CheckCrashTestSighandler(int, siginfo_t* info, vo +@@ -575,14 +575,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; |