X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=63dbc1b9e22abab19fbb0810480c33dd7fd3e3d1;hp=51da50c0628d181ca68db006bde3cf8333c81530;hb=e018e9e18f00fedd9201b502420104fc5648e880;hpb=7f87e1631daf2ee4e217260c1ced2ab9b76cb457 diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 51da50c..63dbc1b 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -1,7 +1,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run_all @@ -10,12 +10,22 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run fun:main } +{ + + Memcheck:Free + fun:free + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit + ... +} { Memcheck:Param @@ -32,3 +42,124 @@ fun:__nss_database_lookup ... } +{ + + Memcheck:Leak + ... + fun:dl_open_worker + ... +} +{ + + Memcheck:Value8 + obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 + ... +} +{ + + Memcheck:Value8 + obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 + ... +} +{ + + Memcheck:Cond + obj:/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 + ... +} +{ + + Memcheck:Cond + ... + fun:ASN1_item_ex_d2i + ... +} +{ + + Memcheck:Param + write(buf) + ... + fun:BIO_write + ... +} +{ + + Memcheck:Cond + ... + fun:BN_mod_mul + ... +} +{ + + Memcheck:Cond + ... + fun:BN_mul + ... +} +{ + + Memcheck:Cond + ... + fun:BN_div + ... +} +{ + + Memcheck:Cond + ... + fun:BN_add + ... +} +{ + + Memcheck:Cond + ... + fun:BN_sub + ... +} +{ + + Memcheck:Cond + ... + fun:BN_mod_exp_mont_consttime + ... +} +{ + + Memcheck:Cond + ... + fun:BN_mod_exp_mont + ... +} +{ + + Memcheck:Cond + fun:memset + fun:BUF_MEM_grow_clean + ... +} +{ + + Memcheck:Cond + ... + fun:RSA_sign + ... + fun:EVP_SignFinal + ... +} +{ + + Memcheck:Value8 + ... + fun:RSA_sign + ... + fun:EVP_SignFinal + ... +} +{ + + Memcheck:Cond + ... + fun:RSA_padding_check_PKCS1_type_2 + ... +}