-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlib-common.supp
More file actions
153 lines (142 loc) · 2.3 KB
/
lib-common.supp
File metadata and controls
153 lines (142 loc) · 2.3 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
lib-common/e_trace
Memcheck:Leak
...
fun:strdup
...
fun:e_debug_initialize
}
{
lib-common/pthread-hook/dlsym_leak
Memcheck:Leak
fun:calloc
fun:_dlerror_run
fun:dlsym
...
fun:thr_initialize
}
{
lib-common/mem-stack
Memcheck:Leak
...
fun:sp_reserve
}
# see https://support.intersec.com/issues/3694
{
lib-common/pthread-hook/dlsym_leak
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create@@GLIBC_2.2.5
...
fun:thr_initialize
}
{
# does 4-bytes optimistic loads
lib-common/membitcount_c
Memcheck:Addr4
...
fun:membitcount_c
}
{
# does 4-bytes optimistic loads on x86
lib-common/membitcount_popcnt_4
Memcheck:Addr4
...
fun:membitcount_popcnt
}
{
# does 8-bytes optimistic loads on x64
lib-common/membitcount_popcnt_8
Memcheck:Addr8
...
fun:membitcount_popcnt
}
{
# does 16-bytes optimistic loads
lib-common/membitcount_ssse3_16
Memcheck:Addr16
...
fun:membitcount_ssse3
}
# 4/8/16 optimistic loads allowed as a general rule for membitcount
{
lib-common/membitcount_4
Memcheck:Addr4
...
fun:membitcount
}
{
lib-common/membitcount_8
Memcheck:Addr8
...
fun:membitcount
}
{
lib-common/membitcount_16
Memcheck:Addr16
...
fun:membitcount
}
# QPS
{
lib-common/qps/snapshot/unitialized
Memcheck:Value8
...
fun:gz*
...
fun:__qps_snapshot_block_func_3
}
{
lib-common/qps/snapshot/param
Memcheck:Param
write(buf)
...
fun:gz*
...
fun:__qps_snapshot_block_func_3
}
{
lib-common/qps/snapshot/cond
Memcheck:Cond
...
fun:gz*
...
fun:__qps_snapshot_block_func_3
}
# Logs
{
lib-common/log/is_debug
Memcheck:Leak
...
fun:malloc
...
fun:mp_strdup
fun:log_initialize
}
{
lib-common/log/specs
Memcheck:Leak
...
fun:qv_spec_growlen
fun:log_initialize
}
# conversion from string to double
# Valgrind 3.7.0 does not handle __GI___strncasecmp_l, seems to be fixed
# on subsequent versions
{
lib-common/str-num/memtod
Memcheck:Addr8
fun:__GI___strncasecmp_l
...
fun:memtod
}
# SSL
{
SSL_CTX_new/RAND_DRBG_generate
Memcheck:Cond
...
fun:RAND_DRBG_generate
...
fun:SSL_CTX_new
}