Skip to content

Commit 995a9c2

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent cb4e6f1 commit 995a9c2

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
@@ -297,3 +297,22 @@
297297
fun:do_preload
298298
fun:dl_main
299299
}
300+
{
301+
<insert_a_suppression_name_here>
302+
Memcheck:Leak
303+
match-leak-kinds: definite
304+
fun:malloc
305+
fun:ngx_alloc
306+
fun:ngx_set_environment
307+
fun:ngx_single_process_cycle
308+
}
309+
{
310+
<insert_a_suppression_name_here>
311+
Memcheck:Leak
312+
match-leak-kinds: definite
313+
fun:malloc
314+
fun:ngx_alloc
315+
fun:ngx_set_environment
316+
fun:ngx_worker_process_init
317+
fun:ngx_worker_process_cycle
318+
}

0 commit comments

Comments
 (0)