Blame gettext-runtime/gnulib-lib/memchr.valgrind

Packit 5b56b6
# Suppress a valgrind message about use of uninitialized memory in memchr().
Packit 5b56b6
# POSIX states that when the character is found, memchr must not read extra
Packit 5b56b6
# bytes in an overestimated length (for example, where memchr is used to
Packit 5b56b6
# implement strnlen).  However, we use a safe word read to provide a speedup.
Packit 5b56b6
{
Packit 5b56b6
    memchr-value4
Packit 5b56b6
    Memcheck:Value4
Packit 5b56b6
    fun:rpl_memchr
Packit 5b56b6
}
Packit 5b56b6
{
Packit 5b56b6
    memchr-value8
Packit 5b56b6
    Memcheck:Value8
Packit 5b56b6
    fun:rpl_memchr
Packit 5b56b6
}