-
Notifications
You must be signed in to change notification settings - Fork 101
/
valgrind.suppress
83 lines (83 loc) · 1.35 KB
/
valgrind.suppress
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
<insert_a_suppression_name_here>
Memcheck:Value8
obj:*
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
obj:/usr/lib64/libcrypto.so*
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lj_*
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:lua_*
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:str_fastcmp
fun:lj_str_new
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:tmalloc_small
fun:lj_alloc_malloc
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:memcpy@@*
fun:SHA1_Update
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:is_overlap
fun:memcpy@@*
fun:SHA1_Update
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:memset
fun:lj_cf_ffi_new
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:malloc
fun:CRYPTO_malloc
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:gc_*
}
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
fun:ngx_epoll_test_rdhup
fun:ngx_epoll_init
fun:ngx_event_process_init
fun:ngx_worker_process_init
fun:ngx_worker_process_cycle
fun:ngx_spawn_process
fun:ngx_start_worker_processes
fun:ngx_master_process_cycle
fun:main
}