Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1096f6

Browse files
committed
tests: suppressed a valgrind false positive in the latest nginx core.
1 parent 39e62cc commit b1096f6

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
@@ -29,3 +29,12 @@
2929
fun:_dl_sysdep_start
3030
fun:_dl_start
3131
}
32+
{
33+
<insert_a_suppression_name_here>
34+
Memcheck:Leak
35+
match-leak-kinds: definite
36+
fun:malloc
37+
fun:ngx_alloc
38+
fun:ngx_set_environment
39+
fun:ngx_single_process_cycle
40+
}

0 commit comments

Comments
 (0)