[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: valgrind complaints on curl with libidn
From: |
Simon Josefsson |
Subject: |
Re: valgrind complaints on curl with libidn |
Date: |
Mon, 24 Oct 2011 13:32:47 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
Daniel Stenberg <address@hidden> writes:
> On Mon, 24 Oct 2011, Kamil Dudka wrote:
>
>> This is a known issue:
>>
>> https://bugzilla.redhat.com/678518#c2
>>
>> You can try to recompile libidn with -fno-builtin-strlen or tweak
>> the gcc optimization flags in another way. There is no available
>> fix/workaround for valgrind I would be aware of.
>
> Ugh. How annoying.
>
> Thanks for pointing this out. Not a libidn bug then...
Right. It is easy to avoid the valgrind noise by using a suppresion
file, that's more robust than disabling valgrind.
/Simon