mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Files in the root directory Several Makefile.am files that have dependencies on FreeBSD autoconf variables. Included a few new filter files to act as placeholders to create new freebsd subdirectories. Updated NEWS with the FreeBSD bugzilla items plus a couple of other items fixed indirectly.
52 lines
954 B
Plaintext
52 lines
954 B
Plaintext
# Suppressions for FreeBSD / Memcheck
|
|
#This is a workaround for a bug in rtld
|
|
{
|
|
MEMCHECK-RTLD-32ON64
|
|
Memcheck:Addr4
|
|
fun:memcpy
|
|
fun:elf_aux_info
|
|
}
|
|
{
|
|
MEMCHECK-RTLD-COND
|
|
Memcheck:Cond
|
|
obj:/libexec/ld-elf*.so.1
|
|
}
|
|
{
|
|
MEMCHECK-RTLD-32ON64-ADDR4
|
|
Memcheck:Addr4
|
|
obj:/libexec/ld-elf32.so.1
|
|
obj:/libexec/ld-elf32.so.1
|
|
}
|
|
|
|
{
|
|
MEMCHECK-LIBSTDC++-REACHABLE
|
|
Memcheck:Leak
|
|
match-leak-kinds: reachable
|
|
fun:malloc
|
|
obj:/usr/local/lib*/gcc9/libstdc++.so.*
|
|
obj:/libexec/ld-elf*.so.1
|
|
obj:/libexec/ld-elf*.so.1
|
|
obj:/libexec/ld-elf*.so.1
|
|
}
|
|
{
|
|
MEMCHECK-LIBC-REACHABLE
|
|
Memcheck:Leak
|
|
match-leak-kinds: reachable
|
|
fun:malloc
|
|
obj:*/lib*/libc.so.7
|
|
obj:*/lib*/libc.so.7
|
|
obj:*/lib*/libc.so.7
|
|
fun:vfprintf_l
|
|
}
|
|
# clang only, should check that this is not a genuine error
|
|
{
|
|
MEMCHECK-POSIX-FADVISE
|
|
Memcheck:Cond
|
|
fun:posix_fadvise
|
|
}
|
|
{
|
|
MEMCHECK-POSIX-FALLOCATE
|
|
Memcheck:Cond
|
|
fun:posix_fallocate
|
|
}
|