tsan_suppressions.txt 476 B

12345678910111213
  1. # OPENSSL_cleanse does racy access to a global
  2. race:OPENSSL_cleanse
  3. race:cleanse_ctr
  4. # these are legitimate races in OpenSSL, and it appears those folks are looking at it
  5. # https://www.mail-archive.com/openssl-dev@openssl.org/msg09019.html
  6. race:ssleay_rand_add
  7. race:ssleay_rand_bytes
  8. race:__sleep_for
  9. # protobuf has an idempotent write race in ByteSize/GetCachedSize
  10. # https://github.com/protocolbuffers/protobuf/issues/2169
  11. race:ByteSize
  12. race:ByteSizeLong
  13. race:GetCachedSize