]> granicus.if.org Git - curl/commitdiff
valgrind.supp: add the event-based call stack-trace too
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2013 21:34:51 +0000 (23:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2013 22:07:12 +0000 (00:07 +0200)
Without this, test 165 triggers a valgrind error when ran with
curl_easy_perform_ev

tests/valgrind.supp

index 6fb9ce80178907726af002e50a0057ffdff8583f..d30e47c1bb35d36ec803880f6fe6d86ba8d23cd5 100644 (file)
    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
+}