view lib/strchrnul.valgrind @ 283:2cb097e760a5 2.3

Added various generated files in prep for release
author lost
date Fri, 24 Apr 2009 22:18:16 +0000
parents
children
line wrap: on
line source

# Suppress a valgrind message about use of uninitialized memory in strchrnul().
# This use is OK because it provides only a speedup.
{
    strchrnul-value4
    Memcheck:Value4
    fun:strchrnul
}
{
    strchrnul-value8
    Memcheck:Value8
    fun:strchrnul
}