1{
2   <insert_a_suppression_name_here>
3   Memcheck:Cond
4   ...
5   obj:*/libcrypto.so.*
6}
7
8{
9   <insert_a_suppression_name_here>
10   Memcheck:Cond
11   ...
12   obj:*/libssl.so.*
13}
14
15{
16   <insert_a_suppression_name_here>
17   Memcheck:Value8
18   ...
19   obj:*/libcrypto.so.*
20}
21
22{
23   <insert_a_suppression_name_here>
24   Memcheck:Param
25   write(buf)
26   ...
27   obj:*/libcrypto.so.*
28}
29
30{
31   Valgrind 3.4 bug suppression
32   Memcheck:Cond
33   fun:memrchr
34   fun:modify_param_name
35   fun:extract_param
36   fun:parse_content_disposition
37   fun:check_file_output
38   fun:gethttp
39   fun:http_loop
40   fun:retrieve_url
41   ...
42}
43
44{
45   Valgrind 3.4 bug suppression
46   Memcheck:Cond
47   fun:memrchr
48   fun:parse_content_disposition
49   fun:check_file_output
50   fun:gethttp
51   fun:http_loop
52   fun:retrieve_url
53   fun:main
54}
55
56{
57   Valgrind 3.4 bug suppression
58   Memcheck:Cond
59   fun:memrchr
60   fun:parse_content_disposition
61   fun:check_file_output
62   fun:gethttp
63   fun:http_loop
64   fun:retrieve_url
65   fun:main
66}
67
68{
69   Valgrind 3.4 bug suppression
70   Memcheck:Cond
71   fun:memrchr
72   fun:modify_param_name
73   fun:extract_param
74   fun:parse_set_cookie
75   fun:cookie_handle_set_cookie
76   fun:gethttp
77   fun:http_loop
78   fun:retrieve_url
79   ...
80}
81
82{
83   Valgrind 3.4 bug suppression
84   Memcheck:Cond
85   fun:memrchr
86   fun:modify_param_name
87   fun:extract_param
88   fun:parse_set_cookie
89   fun:cookie_handle_set_cookie
90   fun:gethttp
91   fun:http_loop
92   fun:retrieve_url
93   ...
94}
95
96{
97   Valgrind 3.4 bug suppression
98   Memcheck:Cond
99   fun:memrchr
100   fun:parse_content_disposition
101   fun:check_file_output
102   fun:gethttp
103   fun:http_loop
104   fun:retrieve_url
105   fun:main
106}
107
108{
109   Valgrind 3.4 bug suppression
110   Memcheck:Cond
111   fun:memrchr
112   fun:parse_content_disposition
113   fun:check_file_output
114   fun:gethttp
115   fun:http_loop
116   fun:retrieve_url
117   fun:main
118}
119
120{
121   Valgrind 3.4 bug suppression
122   Memcheck:Cond
123   fun:memrchr
124   fun:parse_content_disposition
125   fun:check_file_output
126   fun:gethttp
127   fun:http_loop
128   fun:retrieve_url
129   fun:main
130}
131
132{
133   Valgrind 3.4 bug suppression
134   Memcheck:Cond
135   fun:memrchr
136   fun:parse_content_disposition
137   fun:check_file_output
138   fun:gethttp
139   fun:http_loop
140   fun:retrieve_url
141   fun:main
142}
143
144{
145   Valgrind 3.4 bug suppression
146   Memcheck:Cond
147   fun:memrchr
148   fun:parse_content_disposition
149   fun:check_file_output
150   fun:gethttp
151   fun:http_loop
152   fun:retrieve_url
153   fun:main
154}
155
156{
157   Valgrind 3.4 bug suppression
158   Memcheck:Cond
159   fun:memrchr
160   fun:parse_content_disposition
161   fun:check_file_output
162   fun:gethttp
163   fun:http_loop
164   fun:retrieve_url
165   fun:main
166}
167
168{
169   gnutls-false-positive
170   Memcheck:Cond
171   fun:decode_complex_string.isra.0
172   fun:_gnutls_x509_dn_to_string
173   ...
174}
175
176{
177   gnutls-false-positive
178   Memcheck:Cond
179   ...
180   fun:gnutls_x509_ext_import_subject_alt_names
181   fun:gnutls_x509_crt_import
182   fun:gnutls_x509_crt_list_import
183   fun:gnutls_x509_crt_list_import2
184   fun:gnutls_x509_trust_list_add_trust_mem
185   fun:gnutls_x509_trust_list_add_trust_file
186   fun:gnutls_x509_trust_list_add_system_trust
187}
188