X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fvalgrind.suppress;h=67d05fda0031ae646ecce5daff6076a6c1f38688;hb=0c16d15b68164c504ceea3daca693e8c1f1026fa;hp=42761dde8c422d114b1a26ce20afebb94b6e3f0d;hpb=188e5fa138a0f74419f30216714ae9dae98ad2a1;p=sysdb.git diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 42761dd..67d05fd 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,7 +10,7 @@ { Memcheck:Cond - fun:gcov_exit + fun:gcov_exit* fun:__run_exit_handlers fun:exit fun:srunner_run @@ -24,3 +24,25 @@ fun:srunner_run fun:main } +{ + + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup + ... +} +{ + + Memcheck:Leak + ... + fun:dl_open_worker + ... +} +{ + + Memcheck:Cond + ... + fun:ASN1_item_ex_d2i + ... +}