aboutsummaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-03-15 10:23:08 +0100
committerDan Fandrich <dan@coneharvesters.com>2014-03-15 10:41:40 +0100
commite8aff0c58837c901b60eb7009a3a5afe3f0ec471 (patch)
treec6f776df479fab8c87d4751a38a785b5add3e00e /tests/valgrind.supp
parent9b5b6a2b1a97b4c49e17b781068f14520f4359fd (diff)
valgrind.supp: added another test 165 suppression
This one seems to come and go as the optimizer decides how best to inline some functions.
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index 472681dcd..8c81327e1 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -71,3 +71,19 @@
fun:operate
fun:main
}
+
+{
+ libidn-idna_to_ascii-error-inlined-functions-alt2
+ 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
+ fun:operate_do
+ fun:operate
+ fun:main
+}