Add more valgrind suppressions
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
a8ed39ce05
commit
83f99bfb39
1 changed files with 25 additions and 0 deletions
|
@ -77,3 +77,28 @@
|
||||||
fun:strdup
|
fun:strdup
|
||||||
fun:gpgme_set_locale
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue