mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Also split scalar into 6 pieces, to avoid hitting the 300 error limit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2992
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
# This suppression suppresses both of the buf errors.
|
|
{
|
|
foo2
|
|
Memcheck:Param
|
|
write(buf)
|
|
fun:syscall
|
|
fun:__libc_start_main
|
|
}
|
|
|