Skip to content

Commit 1e2a13a

Browse files
committed
suppressed new false positives from valgrind.
1 parent b72f87b commit 1e2a13a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

valgrind.suppress

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_create_pool
7+
fun:ngx_event_accept
8+
fun:ngx_epoll_process_events
9+
fun:ngx_process_events_and_timers
10+
fun:ngx_single_process_cycle
11+
fun:main
12+
}
13+
{
14+
<insert_a_suppression_name_here>
15+
Memcheck:Leak
16+
fun:malloc
17+
fun:ngx_alloc
18+
fun:ngx_create_pool
19+
fun:ngx_http_init_request
20+
fun:ngx_epoll_process_events
21+
fun:ngx_process_events_and_timers
22+
fun:ngx_single_process_cycle
23+
fun:main
24+
}
25+
{
26+
<insert_a_suppression_name_here>
27+
Memcheck:Leak
28+
fun:malloc
29+
fun:ngx_alloc
30+
fun:ngx_malloc
31+
fun:ngx_pnalloc
32+
}
33+
{
34+
<insert_a_suppression_name_here>
35+
Memcheck:Leak
36+
fun:malloc
37+
fun:ngx_alloc
38+
fun:ngx_malloc
39+
fun:ngx_palloc
40+
}
141
{
242
<insert_a_suppression_name_here>
343
Memcheck:Param

0 commit comments

Comments
 (0)