Skip to content

Commit 4b1a3fe

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent 5ae5a74 commit 4b1a3fe

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
@@ -223,3 +223,12 @@ fun:ngx_http_lua_handle_subreq_responses
223223
fun:do_preload
224224
fun:dl_main
225225
}
226+
{
227+
<insert_a_suppression_name_here>
228+
Memcheck:Leak
229+
match-leak-kinds: definite
230+
fun:malloc
231+
fun:ngx_alloc
232+
fun:ngx_set_environment
233+
fun:ngx_single_process_cycle
234+
}

0 commit comments

Comments
 (0)