http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46656
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-25 16:09:56 UTC --- At least regarding __GI_strlen and friends: The issue are false positives with SSE string functions, where one reads further than one should - but in a harmless way. Cf. https://bugzilla.redhat.com/show_bug.cgi?id=518247 and https://bugs.kde.org/show_bug.cgi?id=206013 The issue seems to be fixed - presumably in the recently released valgrind-3.6.0. (I have 3.5.0.) * * * I have now installed 3.6.0 and no valgrind warning are shown anymore. Thus I close this PR. Sorry for the noise.