mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Suppressions for R H 8.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1383
This commit is contained in:
parent
0eb8992e42
commit
a5596cae39
@ -24,6 +24,16 @@
|
||||
# if Param: name of system call param
|
||||
# if Free: name of free-ing fn)
|
||||
|
||||
#-------- For R H 8.0
|
||||
{
|
||||
elf_dynamic_do_rel.7/_dl_relocate_object_internal/dl_open_worker(Cond)
|
||||
Memcheck:Cond
|
||||
fun:elf_dynamic_do_rel.7
|
||||
fun:_dl_relocate_object_internal
|
||||
fun:dl_open_worker
|
||||
}
|
||||
|
||||
|
||||
#-------- For R H 7.3 on i686
|
||||
{
|
||||
_dl_relocate_object*/*libc-2.2.?.so/_dl_catch_error*(Cond)
|
||||
|
||||
@ -24,6 +24,15 @@
|
||||
# if Param: name of system call param
|
||||
# if Free: name of free-ing fn)
|
||||
|
||||
# Resulting from R H 8.0
|
||||
{
|
||||
*libc_write/libX11.so.6.2/*X11TransWrite(Param)
|
||||
Addrcheck,Memcheck:Param
|
||||
write(buf)
|
||||
fun:*libc_write
|
||||
obj:/usr/X11R6/lib/libX11.so.6.2
|
||||
fun:*X11TransWrite
|
||||
}
|
||||
|
||||
{
|
||||
libX11.so.6.2/libX11.so.6.2/libX11.so.6.2(Cond)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user