Skip to content
Snippets Groups Projects
Commit c24eb228 authored by Craig Tiller's avatar Craig Tiller
Browse files

Suppressing a data race in OpenSSL

This race is (probably) legit on some platforms, but (likely) safe on Intel at least.
For now, since it's a little outside our control, I'm suppressing it to focus on any remaining races in our code.
parent af08efe2
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment