Skip to content

Commit db34dab

Browse files
committed
updated valgrind.suppress according to nginx 1.0.5.
1 parent 52d265b commit db34dab

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

valgrind.suppress

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
{
2+
<insert_a_suppression_name_here>
3+
Memcheck:Leak
4+
fun:malloc
5+
fun:ngx_alloc
6+
fun:ngx_event_process_init
7+
}
8+
{
9+
<insert_a_suppression_name_here>
10+
Memcheck:Cond
11+
fun:ngx_conf_flush_files
12+
fun:ngx_single_process_cycle
13+
}
14+
{
15+
<insert_a_suppression_name_here>
16+
Memcheck:Cond
17+
fun:memcpy
18+
fun:ngx_vslprintf
19+
fun:ngx_log_error_core
20+
fun:ngx_http_charset_header_filter
21+
}
122
{
223
<insert_a_suppression_name_here>
324
Memcheck:Leak

0 commit comments

Comments
 (0)