Skip to content

Commit 595365f

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent 37e8f24 commit 595365f

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
@@ -117,3 +117,12 @@ fun:epoll_ctl
117117
fun:do_preload
118118
fun:dl_main
119119
}
120+
{
121+
<insert_a_suppression_name_here>
122+
Memcheck:Leak
123+
match-leak-kinds: definite
124+
fun:malloc
125+
fun:ngx_alloc
126+
fun:ngx_set_environment
127+
fun:ngx_single_process_cycle
128+
}

0 commit comments

Comments
 (0)