mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
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.
This commit is contained in:
parent
779afe3bbf
commit
89070d0e68
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user