netsurf/utils/valgrind.supp
John Mark Bell 160c5de283 Valgrind suppressions file
svn path=/trunk/netsurf/; revision=9967
2010-02-11 00:23:59 +00:00

15 lines
296 B
Plaintext

# Valgrind suppression file for NetSurf
# Suppress a valgrind message about use of uninitialized memory in strchrnul().
# This use is OK because it provides only a speedup.
{
strchrnul-addr4
Memcheck:Addr4
fun:strchrnul
}
{
strchrnul-addr8
Memcheck:Addr8
fun:strchrnul
}