Skip to content

Commit f389f11

Browse files
committed
tests: added new valgrind false positives in the latest nginx core.
1 parent 79ac954 commit f389f11

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

valgrind.suppress

+19
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,22 @@
114114
fun:do_preload
115115
fun:dl_main
116116
}
117+
{
118+
<insert_a_suppression_name_here>
119+
Memcheck:Leak
120+
match-leak-kinds: definite
121+
fun:malloc
122+
fun:ngx_alloc
123+
fun:ngx_set_environment
124+
fun:ngx_single_process_cycle
125+
}
126+
{
127+
<insert_a_suppression_name_here>
128+
Memcheck:Leak
129+
match-leak-kinds: definite
130+
fun:malloc
131+
fun:ngx_alloc
132+
fun:ngx_set_environment
133+
fun:ngx_worker_process_init
134+
fun:ngx_worker_process_cycle
135+
}

0 commit comments

Comments
 (0)