blob: e0c79072288285c7898769e8117089e1da6e3698 [file] [log] [blame]
David Klempner1d0302d2015-02-04 16:08:01 -08001# OPENSSL_cleanse does racy access to a global
2race:OPENSSL_cleanse
Craig Tillere1163282015-02-27 23:08:28 +00003race:cleanse_ctr
Craig Tillerc24eb222015-02-28 17:09:48 +00004# 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
6race:ssleay_rand_add
7race:ssleay_rand_bytes
Craig Tiller33857602016-01-27 08:12:26 +00008race:__sleep_for
Vijay Pai30ddc632017-02-21 12:28:28 -08009# protobuf has an idempotent write race in ByteSize/GetCachedSize
Vijay Pai4de69c92016-09-23 11:09:15 -070010# https://github.com/google/protobuf/issues/2169
11race:ByteSize
Vijay Pai30ddc632017-02-21 12:28:28 -080012race:ByteSizeLong
13race:GetCachedSize