mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
valgrind: suppress uninitialized reads in libcrypto
libcrypto will read uninitialized memory as entropy. Suppress warnings from this behavior.
This commit is contained in:
@@ -132,3 +132,11 @@
|
||||
fun:exit
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
ignore-libcrypto-uninitialized-read-for-entropy
|
||||
Memcheck:Value8
|
||||
...
|
||||
obj:*libcrypto.so*
|
||||
...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user