From f6a1eddf2425029e533969dbc716d9da99e05972 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 4 Aug 2015 09:13:47 +0200 Subject: [PATCH] t/valgrind.suppress: Add an invalid free in a libc exit handler. --- t/valgrind.suppress | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2