Skip to content

Commit 8ffe3cf

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent c9cc3d4 commit 8ffe3cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

valgrind.suppress

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,12 @@ fun:main
130130
fun:do_preload
131131
fun:dl_main
132132
}
133+
{
134+
<insert_a_suppression_name_here>
135+
Memcheck:Leak
136+
match-leak-kinds: definite
137+
fun:malloc
138+
fun:ngx_alloc
139+
fun:ngx_set_environment
140+
fun:ngx_single_process_cycle
141+
}

0 commit comments

Comments
 (0)