You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/tools/valgrind.supp

15 lines
296 B

# 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
}