Skip to content

Commit 9610123

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent 8ebf3e5 commit 9610123

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
@@ -139,3 +139,13 @@
139139
fun:ngx_set_environment
140140
fun:ngx_single_process_cycle
141141
}
142+
{
143+
<insert_a_suppression_name_here>
144+
Memcheck:Leak
145+
match-leak-kinds: definite
146+
fun:malloc
147+
fun:ngx_alloc
148+
fun:ngx_set_environment
149+
fun:ngx_worker_process_init
150+
fun:ngx_worker_process_cycle
151+
}

0 commit comments

Comments
 (0)