From 3503222bd974de802cf89ef32bc5d1174358cc00 Mon Sep 17 00:00:00 2001 From: jiahao Date: Thu, 15 Apr 2021 13:55:42 +0800 Subject: [PATCH] tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file. --- valgrind.suppress | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/valgrind.suppress b/valgrind.suppress index 7fff542..275cfd2 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -207,3 +207,14 @@ fun:ngx_epoll_init fun:ngx_event_process_init } +{ + + 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 +}