| Index: build/sanitizers/sanitizer_options.cc
|
| diff --git a/build/sanitizers/sanitizer_options.cc b/build/sanitizers/sanitizer_options.cc
|
| index 235c0d5d64ac74bc9c33c79c559d4562dc07ffcf..342ab94b2cfce17cef156cb4e4d891555eeb21e9 100644
|
| --- a/build/sanitizers/sanitizer_options.cc
|
| +++ b/build/sanitizers/sanitizer_options.cc
|
| @@ -129,7 +129,7 @@ SANITIZER_HOOK_ATTRIBUTE const char *__asan_default_suppressions() {
|
| const char kTsanDefaultOptions[] =
|
| "detect_deadlocks=1 second_deadlock_stack=1 report_signal_unsafe=0 "
|
| "report_thread_leaks=0 print_suppressions=1 history_size=7 "
|
| - "intercept_memcmp=0 strip_path_prefix=Release/../../ ";
|
| + "strict_memcmp=0 strip_path_prefix=Release/../../ ";
|
|
|
| SANITIZER_HOOK_ATTRIBUTE const char *__tsan_default_options() {
|
| return kTsanDefaultOptions;
|
|
|