Skip to content

Commit 7365fb0

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent d7e43b9 commit 7365fb0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

valgrind.suppress

+19
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,22 @@
3232
fun:ngx_single_process_cycle
3333
fun:main
3434
}
35+
{
36+
<insert_a_suppression_name_here>
37+
Memcheck:Leak
38+
match-leak-kinds: definite
39+
fun:malloc
40+
fun:ngx_alloc
41+
fun:ngx_set_environment
42+
fun:ngx_single_process_cycle
43+
}
44+
{
45+
<insert_a_suppression_name_here>
46+
Memcheck:Leak
47+
match-leak-kinds: definite
48+
fun:malloc
49+
fun:ngx_alloc
50+
fun:ngx_set_environment
51+
fun:ngx_worker_process_init
52+
fun:ngx_worker_process_cycle
53+
}

0 commit comments

Comments
 (0)