From caa33d78c8d4bdeccdc9d6a7e8a659c10b75203b Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Fri, 27 Oct 2017 13:53:15 -0700 Subject: [PATCH] tests: added new valgrind false positives in the latest nginx core. --- valgrind.suppress | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/valgrind.suppress b/valgrind.suppress index 2beba03..fffa287 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -125,3 +125,13 @@ fun:ngx_set_environment fun:ngx_single_process_cycle } +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:ngx_alloc + fun:ngx_set_environment + fun:ngx_worker_process_init + fun:ngx_worker_process_cycle +}