summaryrefslogtreecommitdiffstats
path: root/docs/valgrind.supp
blob: 563efe0cc12d242fd6a5b3d95c28132a3f2106dc (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
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
{
   ignore glibc getaddrinfo
   Memcheck:Param
   sendmsg(mmsg[0].msg_hdr)
   fun:sendmmsg
   fun:__libc_res_nsend
   fun:__libc_res_nquery
   fun:__libc_res_nsearch
   fun:_nss_dns_gethostbyname4_r
   fun:gaih_inet
   fun:getaddrinfo
}

{
   ignore pcsc-lite SCardConnect
   Memcheck:Param
   socketcall.sendto(msg)
   fun:send
   fun:MessageSend
   fun:MessageSendWithHeader
   fun:SCardConnect
}

{
  ignore openssl malloc
  Memcheck:Leak
  fun:malloc
  fun:CRYPTO_malloc
  ...
  obj:*libcrypto*
}
 
{
  ignore openssl realloc
  Memcheck:Leak
  fun:realloc
  fun:CRYPTO_realloc
  ...
  obj:*libcrypto*
}

{
  ignore libssl cond
  Memcheck:Cond
  obj:*libssl*
}

{
  ignore libssl value
  Memcheck:Value4
  obj:*libssl*
}

{
  ignore ssl3_read_bytes tls1_enc
  Memcheck:Cond
  fun:tls1_enc
  fun:ssl3_read_bytes
  obj:*libssl*
}

{
  ignore ssl3_read_bytes memcpy
  Memcheck:Cond
  fun:memcpy@@GLIBC_2.14
  fun:ssl3_read_bytes
  obj:*libssl*
}

{
  ignore ssl3_read_bytes value8
  Memcheck:Value8
  fun:memcpy@@GLIBC_2.14
  fun:ssl3_read_bytes
  obj:*libssl*
}

{
  ignore write buf BIO_write
  Memcheck:Param
  write(buf)
  obj:*libpthread*
  obj:*libcrypto*
  fun:BIO_write
  fun:ssl3_write_pending
  fun:ssl3_write_bytes
}

{
   g_type_init
   Memcheck:Leak
   ...
   fun:g_type_init_with_debug_flags
}
{
   gobject_init_ctor
   Memcheck:Leak
   ...
   fun:gobject_init_ctor
}
{
   g_type_register_static
   Memcheck:Leak
   ...
   fun:g_type_register_static
}
{
   g_type_register_fundamental
   Memcheck:Leak
   ...
   fun:g_type_register_fundamental
}
{
   g_type_add_interface_static
   Memcheck:Leak
   ...
   fun:g_type_add_interface_static
}
{
   g_type_class_ref
   Memcheck:Leak
   ...
   fun:g_type_class_ref
}

{
  XGetDefault
  Memcheck:Leak
  ...
  fun:XGetDefault
}