David Klempner | 1d0302d | 2015-02-04 16:08:01 -0800 | [diff] [blame] | 1 | # OPENSSL_cleanse does racy access to a global |
| 2 | race:OPENSSL_cleanse |
Craig Tiller | e116328 | 2015-02-27 23:08:28 +0000 | [diff] [blame] | 3 | race:cleanse_ctr |
Craig Tiller | c24eb22 | 2015-02-28 17:09:48 +0000 | [diff] [blame] | 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 |
Craig Tiller | 3385760 | 2016-01-27 08:12:26 +0000 | [diff] [blame] | 8 | race:__sleep_for |
Vijay Pai | 4de69c9 | 2016-09-23 11:09:15 -0700 | [diff] [blame] | 9 | # protobuf has an idempotent write race in ByteSize |
| 10 | # https://github.com/google/protobuf/issues/2169 |
| 11 | race:ByteSize |