summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_debug_stack__trace__posix.cc
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 22:08:59 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-29 22:08:59 +0000
commite07f65b746ff1d52d943dd930315f7ec7a0c726a (patch)
tree6455e241c8b173fb7059c54c6bde8ef44284f2d0 /www/chromium/files/patch-base_debug_stack__trace__posix.cc
parentdns/unbound: update 1.6.1 -> 1.6.2 (diff)
www/chromium: update to 58.0.3029.81
MFH: 2017Q2 Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-base_debug_stack__trace__posix.cc')
-rw-r--r--www/chromium/files/patch-base_debug_stack__trace__posix.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base_debug_stack__trace__posix.cc b/www/chromium/files/patch-base_debug_stack__trace__posix.cc
index 7e2f27d820b0..6b2420bb7915 100644
--- a/www/chromium/files/patch-base_debug_stack__trace__posix.cc
+++ b/www/chromium/files/patch-base_debug_stack__trace__posix.cc
@@ -1,6 +1,6 @@
---- base/debug/stack_trace_posix.cc.orig 2017-03-09 20:04:26 UTC
+--- base/debug/stack_trace_posix.cc.orig 2017-04-19 19:06:28 UTC
+++ base/debug/stack_trace_posix.cc
-@@ -33,7 +33,7 @@
+@@ -34,7 +34,7 @@
#include <AvailabilityMacros.h>
#endif
@@ -9,7 +9,7 @@
#include "base/debug/proc_maps_linux.h"
#endif
-@@ -574,6 +574,10 @@ class SandboxSymbolizeHelper {
+@@ -575,6 +575,10 @@ class SandboxSymbolizeHelper {
// for the modules that are loaded in the current process.
// Returns true on success.
bool CacheMemoryRegions() {
@@ -20,7 +20,7 @@
// Reads /proc/self/maps.
std::string contents;
if (!ReadProcMaps(&contents)) {
-@@ -589,6 +593,7 @@ class SandboxSymbolizeHelper {
+@@ -590,6 +594,7 @@ class SandboxSymbolizeHelper {
is_initialized_ = true;
return true;