blob: 64af79e71f80ebedbd53e7fe9f53101b259e7c4a (
plain)
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
|
{
<insert_a_suppression_name_here>
Memcheck:Cond
...
obj:*/libcrypto.so.*
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
...
obj:*/libssl.so.*
}
{
<insert_a_suppression_name_here>
Memcheck:Value8
...
obj:*/libcrypto.so.*
}
{
<insert_a_suppression_name_here>
Memcheck:Param
write(buf)
...
obj:*/libcrypto.so.*
}
{
gnutls-false-positive
Memcheck:Cond
fun:decode_complex_string.isra.0
fun:_gnutls_x509_dn_to_string
...
}
{
gnutls-false-positive
Memcheck:Cond
...
fun:gnutls_x509_ext_import_subject_alt_names
fun:gnutls_x509_crt_import
fun:gnutls_x509_crt_list_import
fun:gnutls_x509_crt_list_import2
fun:gnutls_x509_trust_list_add_trust_mem
fun:gnutls_x509_trust_list_add_trust_file
fun:gnutls_x509_trust_list_add_system_trust
}
|