Hi We just switched our reference platform to RHEL 6.2, using Valgrind 3.7.0
Now we're getting loads of errors in __GI___strncasecmp_l I see that in "memcheck/mc_replace_strmem.c" line 680 of 1585 [head svn version] there is STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l) STRCASECMP_L(VG_Z_LIBC_SONAME, __GI_strcasecmp_l) STRCASECMP_L(VG_Z_LIBC_SONAME, __GI___strcasecmp_l) but at "memcheck/mc_replace_strmem.c" line 645 of 1585 STRNCASECMP_L(VG_Z_LIBC_SONAME, strncasecmp_l) STRNCASECMP_L(VG_Z_LIBC_SONAME, __GI_strncasecmp_l) There seems to be a STRNCASECMP_L(VG_Z_LIBC_SONAME, __GI___strncasecmp_l) missing. I'll try adding it and confirm either tonight or tomorrow. A+ Paul ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
