diff options
-rw-r--r-- | tests/valgrind.supp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 2fcf642db..b800f567d 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -39,3 +39,19 @@ fun:operate fun:main } + +{ + libidn-idna_to_ascii-error-inlined-functions + Memcheck:Addr4 + fun:idna_to_ascii_4z + fun:idna_to_ascii_8z + fun:idna_to_ascii_lz + fun:fix_hostname + fun:Curl_connect + fun:multi_runsingle + fun:curl_multi_perform + fun:easy_perform.part.4 + fun:operate_do + fun:operate + fun:main +} |