Commit 92c168a6 authored by Alexander Potapenko's avatar Alexander Potapenko Committed by Commit Bot

Fix the TSan suppression for issue 794920

TSan suppressions can't be applied to memory allocation stacks in
the reports, only to memory access stacks.
Therefore suppress the access that occurs in base::debug::SetCrashKeyString()

BUG=794920
TBR=rsesek@chromium.org

Change-Id: I607bf4f13af69eade9a5c745d556a615f4c2d1c2
Reviewed-on: https://chromium-review.googlesource.com/972984Reviewed-by: default avatarAlexander Potapenko <glider@chromium.org>
Commit-Queue: Alexander Potapenko <glider@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544724}
parent cfd29877
......@@ -256,7 +256,7 @@ char kTSanDefaultSuppressions[] =
"race:base::i18n::SetICUDefaultLocale\n"
// https://crbug.com/794920
"race:crash_reporter::InitializeCrashKeys\n"
"race:base::debug::SetCrashKeyString\n"
// http://crbug.com/795110
"race:third_party/fontconfig/*\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment