-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalgrind.supp
125 lines (125 loc) · 1.69 KB
/
valgrind.supp
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
g_test_add_vtable_problem
Memcheck:Leak
fun:g_malloc
...
fun:g_test_create_case
fun:g_test_add_vtable
fun:main
}
{
g_test_add_vtable_problem2
Memcheck:Leak
fun:memalign
...
fun:g_slice_alloc
...
fun:g_test_add_vtable
fun:main
}
{
g_test_run_suite_problem
Memcheck:Leak
fun:memalign
...
fun:g_slice_alloc
...
fun:g_test_run_suite
fun:main
}
{
g_test_init_memalign_leak
Memcheck:Leak
fun:memalign
...
fun:g_test_init
fun:main
}
{
g_random_init_memalign_leak
Memcheck:Leak
fun:memalign
...
fun:g_random_int
}
{
g_test_init_leak_reachable
Memcheck:Leak
fun:malloc
...
fun:g_test_init
fun:main
}
{
g_test_add_vtable_leak_reachable
Memcheck:Leak
fun:malloc
...
fun:g_test_add_vtable
fun:main
}
{
g_test_run_leak_reachable
Memcheck:Leak
fun:malloc
...
fun:g_test_run
fun:main
}
{
g_test_run_suite_internal_leak_reachable
Memcheck:Leak
fun:malloc
...
fun:g_test_run_suite_internal
}
{
otrl_does_not_have_a_cleanup_for_DH_constants
Memcheck:Leak
fun:malloc
...
fun:otrl_init
}
{
otrl_does_not_have_a_cleanup_for_DH_constants_realloc
Memcheck:Leak
fun:realloc
...
fun:otrl_init
}
{
I_have_no_idea
Memcheck:Leak
fun:malloc
...
fun:gen_prime
...
fun:gcry_pk_genkey
}
{
I_have_no_idea_2
Memcheck:Leak
fun:malloc
fun:otrl_context_priv_new
...
fun:otrl_message_receiving
...
}
{
I_have_no_idea_3
Memcheck:Leak
fun:malloc
...
fun:otrl_privkey_generate_calculate
...
}
{
I_have_no_idea_4
Memcheck:Leak
fun:malloc
...
fun:gen_prime
...
fun:dsa_generate
...
}