Skip to content

Commit ddf53c3

Browse files
committed
tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file.
1 parent 1c1bcfe commit ddf53c3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

valgrind.suppress

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,30 @@
207207
fun:ngx_epoll_init
208208
fun:ngx_event_process_init
209209
}
210+
{
211+
<insert_a_suppression_name_here>
212+
Memcheck:Param
213+
sendmsg(msg.msg_iov[0])
214+
fun:__sendmsg_nocancel
215+
fun:ngx_write_channel
216+
fun:ngx_pass_open_channel
217+
fun:ngx_start_worker_processes
218+
}
219+
{
220+
<insert_a_suppression_name_here>
221+
Memcheck:Param
222+
sendmsg(msg.msg_iov[0])
223+
fun:__sendmsg_nocancel
224+
fun:ngx_write_channel
225+
fun:ngx_pass_open_channel
226+
fun:ngx_start_cache_manager_processes
227+
}
228+
{
229+
<insert_a_suppression_name_here>
230+
Memcheck:Param
231+
sendmsg(msg.msg_iov[0])
232+
fun:__sendmsg_nocancel
233+
fun:ngx_write_channel
234+
fun:ngx_pass_open_channel
235+
fun:ngx_start_privileged_agent_processes
236+
}

0 commit comments

Comments
 (0)