Skip to content

Commit de8fda8

Browse files
author
Johnny Wang
authored
tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file. (#238)
1 parent 57ce5a6 commit de8fda8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

valgrind.suppress

+26
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,29 @@
205205
fun:ngx_stream_lua_socket_udp_send
206206
fun:lj_BC_FUNCC
207207
}
208+
{
209+
<insert_a_suppression_name_here>
210+
Memcheck:Param
211+
sendmsg(msg.msg_iov[0])
212+
fun:__sendmsg_nocancel
213+
fun:ngx_write_channel
214+
fun:ngx_pass_open_channel
215+
fun:ngx_start_worker_processes
216+
}
217+
{
218+
<insert_a_suppression_name_here>
219+
Memcheck:Param
220+
sendmsg(msg.msg_iov[0])
221+
fun:__sendmsg_nocancel
222+
fun:ngx_write_channel
223+
fun:ngx_pass_open_channel
224+
fun:ngx_start_privileged_agent_processes
225+
}
226+
{
227+
<insert_a_suppression_name_here>
228+
Memcheck:Param
229+
sendmsg(msg.msg_control)
230+
fun:__sendmsg_nocancel
231+
fun:ngx_stream_lua_udp_sendmsg
232+
fun:ngx_stream_lua_socket_udp_send
233+
}

0 commit comments

Comments
 (0)