Commit e8aff0c5 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

valgrind.supp: added another test 165 suppression

This one seems to come and go as the optimizer decides how best
to inline some functions.
parent 9b5b6a2b
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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
}