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
FreeBSD regtest: add missing helgrind expecteds
[valgrind.git]
/
auxprogs
/
gsl-1.6.supp
blob
b7c24e3cf7d9ba718a9185749e1621656ca42091
1
{
2
gsl-writes-uninit-data
3
Memcheck:Param
4
write(buf)
5
fun:write
6
}
7
8
{
9
gsl-writes-uninit-data-nocancel
10
Memcheck:Param
11
write(buf)
12
fun:__write_nocancel
13
}
14
15
{
16
gsl-writes-uninit-data-syscall
17
Memcheck:Param
18
write(buf)
19
fun:__libc_do_syscall
20
fun:write
21
}
22