Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 6b37197

Browse files
committed
valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin/bash.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218369 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 80b7979 commit 6b37197

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/valgrind/x86_64-pc-linux-gnu.supp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
obj:/usr/bin/as
3333
}
3434

35+
{
36+
We don't care if bash leaks
37+
Memcheck:Leak
38+
fun:malloc
39+
fun:xmalloc
40+
obj:/bin/bash
41+
}
42+
3543
{
3644
We don't care of cmp
3745
Memcheck:Cond

0 commit comments

Comments
 (0)