Skip to content

Commit 9aaca17

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent 31ba7ff commit 9aaca17

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
@@ -53,3 +53,12 @@
5353
fun:epoll_ctl
5454
fun:ngx_epoll_test_rdhup
5555
}
56+
{
57+
<insert_a_suppression_name_here>
58+
Memcheck:Leak
59+
match-leak-kinds: definite
60+
fun:malloc
61+
fun:ngx_alloc
62+
fun:ngx_set_environment
63+
fun:ngx_single_process_cycle
64+
}

0 commit comments

Comments
 (0)