Skip to content

Commit 7b5359d

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent 147e0f1 commit 7b5359d

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
@@ -103,3 +103,13 @@
103103
fun:ngx_set_environment
104104
fun:ngx_single_process_cycle
105105
}
106+
{
107+
<insert_a_suppression_name_here>
108+
Memcheck:Leak
109+
match-leak-kinds: definite
110+
fun:malloc
111+
fun:ngx_alloc
112+
fun:ngx_set_environment
113+
fun:ngx_worker_process_init
114+
fun:ngx_worker_process_cycle
115+
}

0 commit comments

Comments
 (0)