Skip to content

Commit 87369a8

Browse files
committed
Low: test: improve valgrind suppression for old bash leak
1 parent 0ea7a77 commit 87369a8

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

valgrind-pcmk.suppressions

+11-13
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,26 @@
2929
}
3030

3131
{
32-
Bash leak in cli regression testing
32+
Bash leak in cli regression testing on epel-6-i386
3333
Memcheck:Leak
3434
fun:malloc
3535
fun:xmalloc
36-
obj:/usr/bin/bash
36+
obj:*/bash
3737
fun:execute_command_internal
38-
obj:/usr/bin/bash
38+
...
3939
fun:execute_command_internal
4040
fun:parse_and_execute
4141
fun:command_substitute
42-
obj:/usr/bin/bash
43-
obj:/usr/bin/bash
44-
obj:/usr/bin/bash
42+
obj:*/bash
43+
obj:*/bash
44+
obj:*/bash
4545
fun:expand_string_assignment
46-
obj:/usr/bin/bash
47-
obj:/usr/bin/bash
48-
obj:/usr/bin/bash
49-
obj:/usr/bin/bash
50-
fun:execute_command_internal
51-
fun:execute_command_internal
52-
fun:execute_command
46+
obj:*/bash
47+
obj:*/bash
48+
obj:*/bash
49+
obj:*/bash
5350
fun:execute_command_internal
51+
...
5452
}
5553

5654
{

0 commit comments

Comments
 (0)