tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file.

This commit is contained in:
jiahao 2021-04-15 13:55:42 +08:00
parent b4592301ad
commit 3503222bd9
1 changed files with 11 additions and 0 deletions

View File

@ -207,3 +207,14 @@
fun:ngx_epoll_init
fun:ngx_event_process_init
}
{
<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
fun:ngx_master_process_cycle
fun:main
}