Skip to content

Commit

Permalink
tests: suppressed a valgrind false positive 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 6ebadd2 commit 4b50ac6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,13 @@ fun:main
Memcheck:Cond
obj:*
}
{
<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 4b50ac6

Please sign in to comment.