X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=f821843689d269d5eb34d931dd87300df8901510;hp=67d05fda0031ae646ecce5daff6076a6c1f38688;hb=e5cdc52af5132aba291c623cada6ef585eb72089;hpb=0c16d15b68164c504ceea3daca693e8c1f1026fa diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 67d05fd..f821843 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -1,20 +1,22 @@ { Memcheck:Cond + ... fun:gcov_exit* fun:__run_exit_handlers fun:exit - fun:srunner_run_all + fun:srunner_run* fun:main } { - Memcheck:Cond - fun:gcov_exit* + Memcheck:Free + fun:free + fun:__libc_freeres + fun:_vgnU_freeres fun:__run_exit_handlers fun:exit - fun:srunner_run - fun:main + ... } { @@ -39,6 +41,24 @@ 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 @@ -46,3 +66,92 @@ 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 + ... +}