summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__channel__common.cc
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2020-03-08 19:44:41 +0000
committerConrad Meyer <cem@FreeBSD.org>2020-03-08 19:44:41 +0000
commit01b2b9b6d686bc18bef1de49a5bf1bc05ebdb09d (patch)
treefddb8430ac8db17b2895d797431b5dd7b48af59b /www/chromium/files/patch-ipc_ipc__channel__common.cc
parentgraphics/mesa-libs: Change default to use DRI3 (diff)
www/chromium: update to 80.0.3987.132
This addresses some security issues, including at least one Google admits was being exploited in the wild. For more, see: https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html PR: 244625 Approved by: jrm, rene Security: CVE-2020-6407, CVE-2020-6418 (in the wild), CVE-2020-6420 Differential Revision: https://reviews.freebsd.org/D23984
Diffstat (limited to 'www/chromium/files/patch-ipc_ipc__channel__common.cc')
-rw-r--r--www/chromium/files/patch-ipc_ipc__channel__common.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-ipc_ipc__channel__common.cc b/www/chromium/files/patch-ipc_ipc__channel__common.cc
index 662865cc76f0..d072a49e94de 100644
--- a/www/chromium/files/patch-ipc_ipc__channel__common.cc
+++ b/www/chromium/files/patch-ipc_ipc__channel__common.cc
@@ -1,6 +1,6 @@
---- ipc/ipc_channel_common.cc.orig 2019-06-04 18:55:25 UTC
+--- ipc/ipc_channel_common.cc.orig 2020-03-03 18:53:09 UTC
+++ ipc/ipc_channel_common.cc
-@@ -9,7 +9,7 @@
+@@ -10,7 +10,7 @@
namespace IPC {
@@ -9,7 +9,7 @@
namespace {
int g_global_pid = 0;
-@@ -25,7 +25,7 @@ int Channel::GetGlobalPid() {
+@@ -26,7 +26,7 @@ int Channel::GetGlobalPid() {
return g_global_pid;
}