aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tsan_suppressions.txt
blob: 765fa098f92c5e4b9d9438859e4a1188c43167f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# OPENSSL_cleanse does racy access to a global
race:OPENSSL_cleanse
race:cleanse_ctr
# these are legitimate races in OpenSSL, and it appears those folks are looking at it
# https://www.mail-archive.com/openssl-dev@openssl.org/msg09019.html
race:ssleay_rand_add
race:ssleay_rand_bytes
race:__sleep_for
# protobuf has an idempotent write race in ByteSize
# https://github.com/google/protobuf/issues/2169
race:ByteSize