Skip to content

Commit ae5d96a

Browse files
committed
removed the sendmsg/ngx_channel valgrind suppression rules.
1 parent 9350a49 commit ae5d96a

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
@@ -7,53 +7,13 @@ obj:*
77
}
88
{
99
<insert_a_suppression_name_here>
10-
Memcheck:Param
11-
socketcall.sendmsg(msg.msg_iov[i])
12-
fun:sendmsg
13-
fun:ngx_write_channel
14-
fun:ngx_signal_worker_processes
15-
fun:ngx_master_process_cycle
16-
fun:main
17-
}
18-
{
19-
<insert_a_suppression_name_here>
2010
Memcheck:Addr4
2111
fun:ngx_init_cycle
2212
fun:ngx_master_process_cycle
2313
fun:main
2414
}
2515
{
2616
<insert_a_suppression_name_here>
27-
Memcheck:Param
28-
socketcall.sendmsg(msg.msg_iov[i])
29-
fun:__sendmsg_nocancel
30-
fun:ngx_write_channel
31-
fun:ngx_signal_worker_processes
32-
fun:ngx_master_process_cycle
33-
fun:main
34-
}
35-
{
36-
<insert_a_suppression_name_here>
37-
Memcheck:Param
38-
socketcall.sendmsg(msg.msg_iov[i])
39-
fun:__sendmsg_nocancel
40-
fun:ngx_write_channel
41-
fun:ngx_master_process_cycle
42-
fun:main
43-
}
44-
{
45-
<insert_a_suppression_name_here>
46-
Memcheck:Param
47-
socketcall.sendmsg(msg.msg_iov[i])
48-
fun:__sendmsg_nocancel
49-
fun:ngx_write_channel
50-
fun:ngx_pass_open_channel
51-
fun:ngx_start_worker_processes
52-
fun:ngx_master_process_cycle
53-
fun:main
54-
}
55-
{
56-
<insert_a_suppression_name_here>
5717
Memcheck:Leak
5818
fun:malloc
5919
fun:ngx_alloc

0 commit comments

Comments
 (0)