diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-02-15 09:27:21 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-02-15 09:27:21 +0100 |
commit | 89070d0e680402fd92468eb13073434ea5e5380e (patch) | |
tree | c581305637657e93ee9b1e9881ae4bad9d2b054e /tests/valgrind.supp | |
parent | 779afe3bbf13746b00232ac699804ff7da6cb4f5 (diff) | |
download | curl-89070d0e680402fd92468eb13073434ea5e5380e.tar.gz |
valgrind: added another test 165 suppression
This one is needed with the gcc options -fstack-protector-all -O2
That brings the number of suppressions for test 165 to four, and I
suspect I could find another two missing without trying very hard. I'm
beginning to think suppressions isn't the best way to handle these
kinds of cases.
Diffstat (limited to 'tests/valgrind.supp')
-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 b800f567d..be0cbe21c 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -55,3 +55,19 @@ fun:operate fun:main } + +{ + libidn-idna_to_ascii-error-inlined-functions-alt + 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 +} |