Skip to content

Commit b741f55

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent d08ae6f commit b741f55

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
@@ -81,3 +81,13 @@
8181
fun:ngx_set_environment
8282
fun:ngx_single_process_cycle
8383
}
84+
{
85+
<insert_a_suppression_name_here>
86+
Memcheck:Leak
87+
match-leak-kinds: definite
88+
fun:malloc
89+
fun:ngx_alloc
90+
fun:ngx_set_environment
91+
fun:ngx_worker_process_init
92+
fun:ngx_worker_process_cycle
93+
}

0 commit comments

Comments
 (0)