Skip to content

Commit

Permalink
tests: added a new rule about 'ngx_pass_open_channel()' to valgrind s…
Browse files Browse the repository at this point in the history
…uppression file. (#238)
  • Loading branch information
Johnny Wang authored Apr 23, 2021
1 parent 57ce5a6 commit de8fda8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,29 @@
fun:ngx_stream_lua_socket_udp_send
fun:lj_BC_FUNCC
}
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_worker_processes
}
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_iov[0])
fun:__sendmsg_nocancel
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_privileged_agent_processes
}
{
<insert_a_suppression_name_here>
Memcheck:Param
sendmsg(msg.msg_control)
fun:__sendmsg_nocancel
fun:ngx_stream_lua_udp_sendmsg
fun:ngx_stream_lua_socket_udp_send
}

0 comments on commit de8fda8

Please sign in to comment.