Add more valgrind suppressions

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-09-28 04:47:28 -05:00
parent a8ed39ce05
commit 83f99bfb39
1 changed files with 25 additions and 0 deletions

View File

@ -77,3 +77,28 @@
fun:strdup
fun:gpgme_set_locale
}
{
memcpy-is-really-memmove-stupid-glibc
Memcheck:Overlap
fun:memcpy
fun:strtrim
fun:_parseconfig
...
fun:parseconfig
}
{
memcpy-inside-readdir
Memcheck:Overlap
fun:memcpy
obj:/lib/libc-2.14.so
...
fun:readdir
}
{
memcpy-inside-regexec
Memcheck:Overlap
fun:memcpy
obj:/lib/libc-2.14.so
...
fun:regexec
}