diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:02:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-05 12:02:22 +0100 |
| commit | 8d516683a994a5474f179ea1a947d32f9fa19da7 (patch) | |
| tree | 5391bbe9f375fb5404ecb991cc815f4bb47fdac2 | |
| parent | 78b708f94d12b460d099a4323dd1ae7988672493 (diff) | |
Add valgrind supressions file.
| -rw-r--r-- | suppressions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/suppressions b/suppressions new file mode 100644 index 000000000..50ce94081 --- /dev/null +++ b/suppressions @@ -0,0 +1,7 @@ +{ + libcrypto.so use of uninitialised + Memcheck:Value8 + obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 + obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 + obj:* +} |
