repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
none/tests/fdleak_cmsg_supp.supp: Add suppressions for older glibc
[valgrind.git]
/
none
/
tests
/
fdleak_creat_sup.supp
blob
216a5b3738be316d49f67928305368109f68684d
1
{
2
sup
3
CoreError:FdNotClosed
4
obj:*libc.so*
5
fun:main
6
}
7
{
8
sup2
9
CoreError:FdNotClosed
10
fun:*creat*
11
fun:main
12
}
13
{
14
sup3
15
CoreError:FdNotClosed
16
fun:*open*
17
fun:main
18
}
19
{
20
sup4
21
CoreError:FdNotClosed
22
...
23
fun:*open*
24
fun:*creat*
25
fun:main
26
}
27