diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-26 12:54:44 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-25 21:36:17 -0700 |
commit | 2aa9d96134567576d15e4807071990883f3ef6d3 (patch) | |
tree | cb98084e52b34cdee9fbbdbbf509ca14909f311e | |
parent | e9cdf6c887b80210dcb6d754c1db82d3fad2ec06 (diff) | |
download | libquotient-2aa9d96134567576d15e4807071990883f3ef6d3.tar.gz libquotient-2aa9d96134567576d15e4807071990883f3ef6d3.zip |
One more Valgrind suppression for cases when the test run into "Too many requests"
-rw-r--r-- | .valgrind.qmc-example.supp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.valgrind.qmc-example.supp b/.valgrind.qmc-example.supp index a02f34ff..cb4e1e74 100644 --- a/.valgrind.qmc-example.supp +++ b/.valgrind.qmc-example.supp @@ -157,3 +157,15 @@ fun:_Znam obj:/opt/qt56/lib/libQt5Network.so.5.6.3 } + +{ + malloc_from_libcrypto + Memcheck:Leak + match-leak-kinds: possible + fun:malloc + fun:CRYPTO_malloc + ... + obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 + ... + obj:/opt/qt56/lib/libQt5Network.so.5.6.3 +} |