Skip to content

Commit

Permalink
tests: added new valgrind false positives in the latest nginx core.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 27, 2017
1 parent aa8df70 commit caa33d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions valgrind.suppress
Expand Up @@ -125,3 +125,13 @@
fun:ngx_set_environment
fun:ngx_single_process_cycle
}
{
<insert_a_suppression_name_here>
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
}

0 comments on commit caa33d7

Please sign in to comment.