aboutsummaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
blob: d30e47c1bb35d36ec803880f6fe6d86ba8d23cd5 (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
{
   libidn-idna_to_ascii-error
   Memcheck:Addr4
   fun:idna_to_ascii_4z
   fun:idna_to_ascii_8z
   fun:idna_to_ascii_lz
   fun:fix_hostname
   fun:resolve_server
   fun:create_conn
   fun:Curl_connect
   fun:multi_runsingle
   fun:curl_multi_perform
   fun:curl_easy_perform
   fun:operate
   fun:main
}

{
   libidn-idna_to_ascii-error-eventbased
   Memcheck:Addr4
   fun:idna_to_ascii_4z
   fun:idna_to_ascii_8z
   fun:idna_to_ascii_lz
   fun:fix_hostname
   fun:resolve_server
   fun:create_conn
   fun:Curl_connect
   fun:multi_runsingle
   fun:multi_socket
   fun:curl_multi_socket_action
   fun:wait_or_timeout
   fun:easy_events
   fun:easy_perform
   fun:curl_easy_perform_ev
   fun:operate
   fun:main
}