Skip to content

Commit e9609d2

Browse files
committed
valgrind: suppressed a known false positive inside the nginx core.
1 parent cdd2ae9 commit e9609d2

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
@@ -164,3 +164,13 @@ fun:main
164164
Memcheck:Cond
165165
obj:*
166166
}
167+
{
168+
<insert_a_suppression_name_here>
169+
Memcheck:Leak
170+
match-leak-kinds: definite
171+
fun:malloc
172+
fun:ngx_alloc
173+
fun:ngx_set_environment
174+
fun:ngx_worker_process_init
175+
fun:ngx_worker_process_cycle
176+
}

0 commit comments

Comments
 (0)