]> xenbits.xensource.com Git - libvirt.git/commitdiff
Added more bash supressions
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Apr 2008 13:55:50 +0000 (13:55 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 Apr 2008 13:55:50 +0000 (13:55 +0000)
tests/.valgrind.supp

index c8d459f9699eb736ba245ecb734ae76065dd4965..f6900260bab7d57a0c14bfd7f394f6af54b051f2 100644 (file)
    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
+}