Skip to content

Commit fc1de60

Browse files
authored
tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file. (#348)
1 parent 985eb5b commit fc1de60

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
@@ -86,3 +86,30 @@
8686
fun:ngx_set_environment
8787
fun:ngx_worker_process_init
8888
}
89+
{
90+
<insert_a_suppression_name_here>
91+
Memcheck:Param
92+
sendmsg(msg.msg_iov[0])
93+
fun:__sendmsg_nocancel
94+
fun:ngx_write_channel
95+
fun:ngx_pass_open_channel
96+
fun:ngx_start_worker_processes
97+
}
98+
{
99+
<insert_a_suppression_name_here>
100+
Memcheck:Param
101+
sendmsg(msg.msg_iov[0])
102+
fun:__sendmsg_nocancel
103+
fun:ngx_write_channel
104+
fun:ngx_pass_open_channel
105+
fun:ngx_start_cache_manager_processes
106+
}
107+
{
108+
<insert_a_suppression_name_here>
109+
Memcheck:Param
110+
sendmsg(msg.msg_iov[0])
111+
fun:__sendmsg_nocancel
112+
fun:ngx_write_channel
113+
fun:ngx_pass_open_channel
114+
fun:ngx_start_privileged_agent_processes
115+
}

0 commit comments

Comments
 (0)