From: Sebastian Harl Date: Tue, 4 Aug 2015 07:13:47 +0000 (+0200) Subject: t/valgrind.suppress: Add an invalid free in a libc exit handler. X-Git-Tag: sysdb-0.8.0~58 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=f6a1eddf2425029e533969dbc716d9da99e05972;hp=c4c2f0b1b61ab56ded86f513bc246797a8687e39 t/valgrind.suppress: Add an invalid free in a libc exit handler. --- diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 66a1e63..74d7052 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -16,6 +16,16 @@ fun:srunner_run fun:main } +{ + + Memcheck:Free + fun:free + fun:__libc_freeres + fun:_vgnU_freeres + fun:__run_exit_handlers + fun:exit + fun:main +} { Memcheck:Param