valgrind: suppress uninitialized reads in libcrypto

libcrypto will read uninitialized memory as entropy.  Suppress warnings
from this behavior.
This commit is contained in:
Edward Thomson
2019-11-23 11:25:56 +11:00
parent 767990e9d9
commit 5dc1be8d54

View File

@@ -132,3 +132,11 @@
fun:exit
...
}
{
ignore-libcrypto-uninitialized-read-for-entropy
Memcheck:Value8
...
obj:*libcrypto.so*
...
}