diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-27 16:05:22 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-02-27 16:05:22 -0800 |
commit | 26cbd1a003906db1f0fbff2f7e5477ddbaaf3e47 (patch) | |
tree | 2c23e0042e8947a95f1a9f880fb11715e8e64b12 | |
parent | 21bcda3e1df56233da36c578e7d8aed9e71fafad (diff) | |
parent | af08efe29f443da768f291248dde716977685006 (diff) |
Merge pull request #883 from ctiller/asan
Update suppressions file
-rw-r--r-- | tools/tsan_suppressions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tsan_suppressions.txt b/tools/tsan_suppressions.txt index 23d57f9fd1..fb7b85cbea 100644 --- a/tools/tsan_suppressions.txt +++ b/tools/tsan_suppressions.txt @@ -1,2 +1,4 @@ # OPENSSL_cleanse does racy access to a global race:OPENSSL_cleanse +race:cleanse_ctr + |