Skip to content

Commit 2c94e74

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent b1096f6 commit 2c94e74

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

valgrind.suppress

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@
3838
fun:ngx_set_environment
3939
fun:ngx_single_process_cycle
4040
}
41+
{
42+
<insert_a_suppression_name_here>
43+
Memcheck:Leak
44+
match-leak-kinds: definite
45+
fun:malloc
46+
fun:ngx_alloc
47+
fun:ngx_set_environment
48+
fun:ngx_worker_process_init
49+
fun:ngx_worker_process_cycle
50+
}

0 commit comments

Comments
 (0)