diff --git a/valgrind.supp b/valgrind.supp index f91547bf..46edccf1 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -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 +}