Skip to content

Commit 2370297

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent fd9781b commit 2370297

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
@@ -363,3 +363,22 @@
363363
Memcheck:Cond
364364
obj:*
365365
}
366+
{
367+
<insert_a_suppression_name_here>
368+
Memcheck:Leak
369+
match-leak-kinds: definite
370+
fun:malloc
371+
fun:ngx_alloc
372+
fun:ngx_set_environment
373+
fun:ngx_single_process_cycle
374+
}
375+
{
376+
<insert_a_suppression_name_here>
377+
Memcheck:Leak
378+
match-leak-kinds: definite
379+
fun:malloc
380+
fun:ngx_alloc
381+
fun:ngx_set_environment
382+
fun:ngx_worker_process_init
383+
fun:ngx_worker_process_cycle
384+
}

0 commit comments

Comments
 (0)