Skip to content

Commit

Permalink
updated valgrind.suppress for valgrind 3.8.0 on linux i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 17, 2012
1 parent 26b1e36 commit 08f542e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions valgrind.suppress
@@ -1,5 +1,19 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:sendmsg
fun:ngx_write_channel
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
obj:*
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
Expand Down

0 comments on commit 08f542e

Please sign in to comment.