diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:19:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:19:16 +0200 |
| commit | cabe0934c60fb6e74bf4c3023bdcb5c68753e5d9 (patch) | |
| tree | b28e5cf781848878ce3e0aaf1e75bd9ed0f9147b | |
| parent | e1aff661376877bac097f29329f94e157c4caa11 (diff) | |
valgrind suppression updates.
| -rw-r--r-- | suppressions | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/suppressions b/suppressions index 2d98275cd..672d2f9f9 100644 --- a/suppressions +++ b/suppressions @@ -1,31 +1,11 @@ { Uninitialised value in AES_set_encrypt_key Memcheck:Value8 - obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 fun:AES_set_encrypt_key - obj:* - obj:* - obj:* - obj:* - obj:* - obj:* -} - -{ - Uninitialised value in AES_set_encrypt_key - Memcheck:Value8 - obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 - fun:AES_set_encrypt_key - obj:* } { Uninitialised value in AES_encrypt Memcheck:Value8 - obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 fun:AES_encrypt - obj:* - obj:* - obj:* - obj:* } |
