Skip to content

Commit 289d86b

Browse files
committed
valgrind.suppress: suppressed a false positive in the latest version of glibc on Amazon Linux.
1 parent f67aefc commit 289d86b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

valgrind.suppress

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ fun:main
103103
fun:ngx_alloc
104104
fun:ngx_event_process_init
105105
}
106+
{
107+
<insert_a_suppression_name_here>
108+
Memcheck:Param
109+
sendmsg(mmsg[0].msg_hdr)
110+
fun:sendmmsg
111+
fun:__libc_res_nsend
112+
}
106113
{
107114
<insert_a_suppression_name_here>
108115
Memcheck:Param

0 commit comments

Comments
 (0)