mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Add more valgrind suppressions
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
a8ed39ce05
commit
83f99bfb39
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user