Skip to content

Commit d64b331

Browse files
committed
removed the sendmsg/ngx_channel valgrind suppression rules.
1 parent 3888057 commit d64b331

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

valgrind.suppress

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -63,51 +63,11 @@ fun:ngx_palloc
6363
}
6464
{
6565
<insert_a_suppression_name_here>
66-
Memcheck:Param
67-
socketcall.sendmsg(msg.msg_iov[i])
68-
fun:sendmsg
69-
fun:ngx_write_channel
70-
fun:ngx_signal_worker_processes
71-
fun:ngx_master_process_cycle
72-
fun:main
73-
}
74-
{
75-
<insert_a_suppression_name_here>
7666
Memcheck:Addr4
7767
fun:ngx_init_cycle
7868
fun:ngx_master_process_cycle
7969
fun:main
8070
}
81-
{
82-
<insert_a_suppression_name_here>
83-
Memcheck:Param
84-
socketcall.sendmsg(msg.msg_iov[i])
85-
fun:__sendmsg_nocancel
86-
fun:ngx_write_channel
87-
fun:ngx_signal_worker_processes
88-
fun:ngx_master_process_cycle
89-
fun:main
90-
}
91-
{
92-
<insert_a_suppression_name_here>
93-
Memcheck:Param
94-
socketcall.sendmsg(msg.msg_iov[i])
95-
fun:__sendmsg_nocancel
96-
fun:ngx_write_channel
97-
fun:ngx_master_process_cycle
98-
fun:main
99-
}
100-
{
101-
<insert_a_suppression_name_here>
102-
Memcheck:Param
103-
socketcall.sendmsg(msg.msg_iov[i])
104-
fun:__sendmsg_nocancel
105-
fun:ngx_write_channel
106-
fun:ngx_pass_open_channel
107-
fun:ngx_start_worker_processes
108-
fun:ngx_master_process_cycle
109-
fun:main
110-
}
11171
{
11272
<insert_a_suppression_name_here>
11373
Memcheck:Param

0 commit comments

Comments
 (0)