]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
valgrind.supp: added another test 165 suppression
authorDan Fandrich <dan@coneharvesters.com>
Sat, 15 Mar 2014 09:23:08 +0000 (10:23 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 15 Mar 2014 09:41:40 +0000 (10:41 +0100)
This one seems to come and go as the optimizer decides how best
to inline some functions.

tests/valgrind.supp

index 472681dcdc5a74c23e0aaf005853849d9afb0846..8c81327e1fb8e98d49958e51cb397ef8a9d4c9bf 100644 (file)
    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
+}