Blame lib/memchr2.valgrind

Packit 709fb3
# Suppress a valgrind message about use of uninitialized memory in memchr2().
Packit 709fb3
# Like memchr, it is safe to overestimate the length when the terminator
Packit 709fb3
# is guaranteed to be found.  In this case, we may end up reading a word
Packit 709fb3
# that is partially uninitialized, but this use is OK for a speedup.
Packit 709fb3
{
Packit 709fb3
    memchr2-value4
Packit 709fb3
    Memcheck:Value4
Packit 709fb3
    fun:memchr2
Packit 709fb3
}
Packit 709fb3
{
Packit 709fb3
    memchr2-value8
Packit 709fb3
    Memcheck:Value8
Packit 709fb3
    fun:memchr2
Packit 709fb3
}