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
configure.ac: Generalize glibc version check
[valgrind.git]
/
memcheck
/
tests
/
x86-linux
/
scalar_supp.supp
blob
cc3a9841d13d41083472fbc04c827cc79a376217
1
# This suppression suppresses both of the buf errors.
2
{
3
foo2
4
Memcheck:Param
5
write(buf)
6
...
7
fun:(below main)
8
}
9