Skip to content

Commit 582bd25

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent c276ce9 commit 582bd25

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
@@ -156,3 +156,13 @@
156156
fun:ngx_set_environment
157157
fun:ngx_single_process_cycle
158158
}
159+
{
160+
<insert_a_suppression_name_here>
161+
Memcheck:Leak
162+
match-leak-kinds: definite
163+
fun:malloc
164+
fun:ngx_alloc
165+
fun:ngx_set_environment
166+
fun:ngx_worker_process_init
167+
fun:ngx_worker_process_cycle
168+
}

0 commit comments

Comments
 (0)