Skip to content

Commit 7707dc7

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent b176e6c commit 7707dc7

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
@@ -72,3 +72,12 @@ fun:main
7272
fun:do_preload
7373
fun:dl_main
7474
}
75+
{
76+
<insert_a_suppression_name_here>
77+
Memcheck:Leak
78+
match-leak-kinds: definite
79+
fun:malloc
80+
fun:ngx_alloc
81+
fun:ngx_set_environment
82+
fun:ngx_single_process_cycle
83+
}

0 commit comments

Comments
 (0)