xref: /aosp_15_r20/external/grpc-grpc/test/core/util/tsan_suppressions.txt (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1# OPENSSL_cleanse does racy access to a global
2race:OPENSSL_cleanse
3race:cleanse_ctr
4# these are legitimate races in OpenSSL, and it appears those folks are looking at it
5# https://www.mail-archive.com/[email protected]/msg09019.html
6race:ssleay_rand_add
7race:ssleay_rand_bytes
8race:__sleep_for
9# protobuf has an idempotent write race in ByteSize/GetCachedSize
10# https://github.com/protocolbuffers/protobuf/issues/2169
11race:ByteSize
12race:ByteSizeLong
13race:GetCachedSize
14