Skip to content

Commit 0402a28

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent f2244d5 commit 0402a28

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
@@ -142,3 +142,13 @@
142142
fun:ngx_set_environment
143143
fun:ngx_single_process_cycle
144144
}
145+
{
146+
<insert_a_suppression_name_here>
147+
Memcheck:Leak
148+
match-leak-kinds: definite
149+
fun:malloc
150+
fun:ngx_alloc
151+
fun:ngx_set_environment
152+
fun:ngx_worker_process_init
153+
fun:ngx_worker_process_cycle
154+
}

0 commit comments

Comments
 (0)