https://bugs.kde.org/show_bug.cgi?id=380397

Ivo Raisr <iv...@ivosh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iv...@ivosh.net

--- Comment #1 from Ivo Raisr <iv...@ivosh.net> ---
Seems like a simple wrapper for "__strcspn_c" would suffice in
shared/vg_replace_strmem.c.

Would you please try the following patch (also attached) against Valgrind from
SVN [1]


--- shared/vg_replace_strmem.c  (revision 16420)
+++ shared/vg_replace_strmem.c  (working copy)
@@ -1721,6 +1721,7 @@

 #if defined(VGO_linux)
  STRCSPN(VG_Z_LIBC_SONAME,          strcspn)
+ STRCSPN(VG_Z_LIBC_SONAME,          __strcspn_c)

 #elif defined(VGO_darwin)



[1] http://valgrind.org/downloads/repository.html

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to