Skip to content
Snippets Groups Projects
Commit 4251ba40 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #897 from ctiller/asan

Suppressing a data race in OpenSSL
parents f6689e8a c24eb228
No related branches found
No related tags found
No related merge requests found
# OPENSSL_cleanse does racy access to a global # OPENSSL_cleanse does racy access to a global
race:OPENSSL_cleanse race:OPENSSL_cleanse
race:cleanse_ctr 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.
Please register or to comment