summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/valgrind.supp8
1 files changed, 8 insertions, 0 deletions
diff --git a/script/valgrind.supp b/script/valgrind.supp
index 6ea687ab9..5ef6fab35 100644
--- a/script/valgrind.supp
+++ b/script/valgrind.supp
@@ -132,3 +132,11 @@
fun:exit
...
}
+
+{
+ ignore-libcrypto-uninitialized-read-for-entropy
+ Memcheck:Value8
+ ...
+ obj:*libcrypto.so*
+ ...
+}