From: Daniel P. Berrange Date: Mon, 28 Apr 2008 13:55:50 +0000 (+0000) Subject: Added more bash supressions X-Git-Tag: LIBVIRT_0_4_4~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a0a5fa23919ff64d4b8fef5ba695be8ca663c2;p=thirdparty%2Flibvirt.git Added more bash supressions --- 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 +}