From 13a0a5fa23919ff64d4b8fef5ba695be8ca663c2 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 28 Apr 2008 13:55:50 +0000 Subject: [PATCH] Added more bash supressions --- tests/.valgrind.supp | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/tests/.valgrind.supp b/tests/.valgrind.supp index c8d459f969..f6900260ba 100644 --- a/tests/.valgrind.supp +++ b/tests/.valgrind.supp @@ -42,3 +42,43 @@ fun:parse_and_execute fun:command_substitute } +{ + bashMemoryLeak4 + Memcheck:Leak + fun:malloc + fun:xmalloc + fun:make_bare_simple_command + fun:make_simple_command + fun:yyparse + fun:parse_command + fun:read_command + fun:reader_loop + fun:main +} +{ + bashMemoryLeak5 + Memcheck:Leak + fun:malloc + fun:xmalloc + fun:set_signal + fun:trap_builtin + obj:/bin/bash + obj:/bin/bash + fun:execute_command_internal + fun:execute_command + fun:reader_loop + fun:main +} +{ + bashMemoryLeak6 + Memcheck:Leak + fun:malloc + fun:xmalloc + fun:make_bare_simple_command + fun:make_simple_command + fun:yyparse + fun:parse_command + fun:read_command + fun:reader_loop + fun:main +}