Valgrind suppressions file

svn path=/trunk/netsurf/; revision=9967
This commit is contained in:
John Mark Bell 2010-02-11 00:23:59 +00:00
parent c1e7429d58
commit 160c5de283
1 changed files with 14 additions and 0 deletions

14
utils/valgrind.supp Normal file
View File

@ -0,0 +1,14 @@
# 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
}