Skip to content

Commit 67f8bbb

Browse files
committed
removed the valgrind suppression rules for sendmsg/ngx_channel_write since we already fix these issues via the channel-uninit-params patch: https://github.com/agentzh/ngx_openresty/blob/master/patches/nginx-1.2.3-channel-uninit-params.patch
1 parent 2e50b19 commit 67f8bbb

File tree

1 file changed

+1
-82
lines changed

1 file changed

+1
-82
lines changed

valgrind.suppress

Lines changed: 1 addition & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
11
{
22
<insert_a_suppression_name_here>
3-
Memcheck:Param
4-
sendmsg(msg.msg_iov[0])
5-
fun:sendmsg
6-
fun:ngx_write_channel
7-
}
8-
{
9-
<insert_a_suppression_name_here>
10-
Memcheck:Param
11-
sendmsg(msg.msg_iov[0])
12-
fun:__sendmsg_nocancel
13-
fun:ngx_write_channel
14-
fun:ngx_pass_open_channel
15-
}
16-
{
17-
<insert_a_suppression_name_here>
18-
Memcheck:Param
19-
sendmsg(msg.msg_iov[0])
20-
fun:__sendmsg_nocancel
21-
fun:ngx_write_channel
22-
}
23-
{
24-
<insert_a_suppression_name_here>
253
Memcheck:Leak
264
fun:malloc
275
fun:ngx_alloc
@@ -40,46 +18,7 @@ fun:ngx_init_cycle
4018
fun:ngx_master_process_cycle
4119
fun:main
4220
}
43-
{
44-
<insert_a_suppression_name_here>
45-
Memcheck:Param
46-
socketcall.sendmsg(msg.msg_iov[i])
47-
fun:sendmsg
48-
fun:ngx_write_channel
49-
fun:ngx_signal_worker_processes
50-
fun:ngx_master_process_cycle
51-
fun:main
52-
}
53-
{
54-
<insert_a_suppression_name_here>
55-
Memcheck:Param
56-
socketcall.sendmsg(msg.msg_iov[i])
57-
fun:__sendmsg_nocancel
58-
fun:ngx_write_channel
59-
fun:ngx_signal_worker_processes
60-
fun:ngx_master_process_cycle
61-
fun:main
62-
}
63-
{
64-
<insert_a_suppression_name_here>
65-
Memcheck:Param
66-
socketcall.sendmsg(msg.msg_iov[i])
67-
fun:__sendmsg_nocancel
68-
fun:ngx_write_channel
69-
fun:ngx_master_process_cycle
70-
fun:main
71-
}
72-
{
73-
<insert_a_suppression_name_here>
74-
Memcheck:Param
75-
socketcall.sendmsg(msg.msg_iov[i])
76-
fun:__sendmsg_nocancel
77-
fun:ngx_write_channel
78-
fun:ngx_pass_open_channel
79-
fun:ngx_start_worker_processes
80-
fun:ngx_master_process_cycle
81-
fun:main
82-
}
21+
8322
{
8423
<insert_a_suppression_name_here>
8524
Memcheck:Cond
@@ -426,16 +365,6 @@ fun:ngx_http_lua_ngx_echo
426365
fun:ngx_master_process_cycle
427366
fun:main
428367
}
429-
{
430-
<insert_a_suppression_name_here>
431-
Memcheck:Param
432-
socketcall.sendmsg(msg.msg_iov[i])
433-
fun:__sendmsg_nocancel
434-
fun:ngx_write_channel
435-
fun:ngx_signal_worker_processes
436-
fun:ngx_master_process_cycle
437-
fun:main
438-
}
439368
{
440369
<insert_a_suppression_name_here>
441370
Memcheck:Leak
@@ -617,13 +546,3 @@ fun:ngx_http_lua_ngx_echo
617546
fun:ngx_palloc_block
618547
fun:ngx_palloc
619548
}
620-
{
621-
<insert_a_suppression_name_here>
622-
Memcheck:Param
623-
sendmsg(msg.msg_iov[0])
624-
fun:__sendmsg_nocancel
625-
fun:ngx_write_channel
626-
fun:ngx_signal_worker_processes
627-
fun:ngx_master_process_cycle
628-
fun:main
629-
}

0 commit comments

Comments
 (0)