Skip to content

Commit 378a7e6

Browse files
committed
add new rule to suppression file.
1 parent 343909a commit 378a7e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

valgrind.suppress

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,11 @@
236236
fun:ngx_pass_open_channel
237237
fun:ngx_start_privileged_agent_processes
238238
}
239+
{
240+
<insert_a_suppression_name_here>
241+
Memcheck:Param
242+
sendmsg(msg.msg_control)
243+
fun:__sendmsg_nocancel
244+
fun:ngx_stream_lua_udp_sendmsg
245+
fun:ngx_stream_lua_socket_udp_send
246+
}

0 commit comments

Comments
 (0)