Skip to content

Commit 927e1e1

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent a5e8ba1 commit 927e1e1

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
@@ -159,3 +159,13 @@
159159
fun:ngx_set_environment
160160
fun:ngx_single_process_cycle
161161
}
162+
{
163+
<insert_a_suppression_name_here>
164+
Memcheck:Leak
165+
match-leak-kinds: definite
166+
fun:malloc
167+
fun:ngx_alloc
168+
fun:ngx_set_environment
169+
fun:ngx_worker_process_init
170+
fun:ngx_worker_process_cycle
171+
}

0 commit comments

Comments
 (0)