Skip to content

Commit 8f4f0f8

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent 1e06345 commit 8f4f0f8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

valgrind.suppress

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,22 @@
358358
fun:_dl_sysdep_start
359359
fun:_dl_start
360360
}
361+
{
362+
<insert_a_suppression_name_here>
363+
Memcheck:Leak
364+
match-leak-kinds: definite
365+
fun:malloc
366+
fun:ngx_alloc
367+
fun:ngx_set_environment
368+
fun:ngx_single_process_cycle
369+
}
370+
{
371+
<insert_a_suppression_name_here>
372+
Memcheck:Leak
373+
match-leak-kinds: definite
374+
fun:malloc
375+
fun:ngx_alloc
376+
fun:ngx_set_environment
377+
fun:ngx_worker_process_init
378+
fun:ngx_worker_process_cycle
379+
}

0 commit comments

Comments
 (0)