summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-18 20:23:04 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-18 20:23:04 +0000
commit2558a4d98d5bc9a828d289e7df795e9649745036 (patch)
tree29998b8ebd027673ca3491267d3b020b412ec452 /base/DEPS
parent65f629a9e07e8e26e3f7a217e080a4e6fc511e4e (diff)
downloadchromium_src-2558a4d98d5bc9a828d289e7df795e9649745036.zip
chromium_src-2558a4d98d5bc9a828d289e7df795e9649745036.tar.gz
chromium_src-2558a4d98d5bc9a828d289e7df795e9649745036.tar.bz2
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break().
This makes malloc_error_break() fatal for all processes in an attempt to get better stack traces when heap corruption may occur. BUG=90884,91068,93191 TEST=See bug 93191 for repro steps. A crash report gets generated with a hopefully more-useful stack. Originally landed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97315 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=97322 Review URL: http://codereview.chromium.org/7670025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
index 81e9cda..80df202 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -5,6 +5,7 @@ include_rules = [
"+third_party/libevent",
"+third_party/dmg_fp",
"+third_party/GTM",
+ "+third_party/mach_override",
"+third_party/modp_b64",
"+third_party/tcmalloc",