Commit 5dc1be8d by Edward Thomson

valgrind: suppress uninitialized reads in libcrypto

libcrypto will read uninitialized memory as entropy.  Suppress warnings
from this behavior.
parent 767990e9
......@@ -132,3 +132,11 @@
fun:exit
...
}
{
ignore-libcrypto-uninitialized-read-for-entropy
Memcheck:Value8
...
obj:*libcrypto.so*
...
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment