The existing suppression begins with
fun:memcpy*
but I'm seeing the first one as
fun:__GI_memcpy
so I just made that *memcpy*
{
helgrind-glibc-__printf_buffer_write
Helgrind:Race
- fun:memcpy*
+ fun:*memcpy*
...
fun:__printf_buffer_write
}
printf("%02x", (Int)v->u8[i]);
}
+#if 0
static void showBlock ( const char* msg, V128* block, Int nBlock )
{
Int i;
r |= (r << 32);
return r;
}
+#endif
// Generate a random double-precision number. About 1 time in 2,
// instead return a special value (+/- Inf, +/-Nan, denorm).