projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add valgrind support in test scripts
[git]
/
t
/
valgrind
/
default.supp
1
{
2
ignore-zlib-errors-cond
3
Memcheck:Cond
4
obj:*libz.so*
5
}
6
7
{
8
ignore-zlib-errors-value4
9
Memcheck:Value4
10
obj:*libz.so*
11
}
12
13
{
14
writing-data-from-zlib-triggers-errors
15
Memcheck:Param
16
write(buf)
17
obj:/lib/ld-*.so
18
fun:write_in_full
19
fun:write_buffer
20
fun:write_loose_object
21
}