Skip to content

Commit 9d5d79d

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent 766d58a commit 9d5d79d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

valgrind.suppress

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,22 @@
110110
fun:do_preload
111111
fun:dl_main
112112
}
113+
{
114+
<insert_a_suppression_name_here>
115+
Memcheck:Leak
116+
match-leak-kinds: definite
117+
fun:malloc
118+
fun:ngx_alloc
119+
fun:ngx_set_environment
120+
fun:ngx_single_process_cycle
121+
}
122+
{
123+
<insert_a_suppression_name_here>
124+
Memcheck:Leak
125+
match-leak-kinds: definite
126+
fun:malloc
127+
fun:ngx_alloc
128+
fun:ngx_set_environment
129+
fun:ngx_worker_process_init
130+
fun:ngx_worker_process_cycle
131+
}

0 commit comments

Comments
 (0)