Skip to content

Commit

Permalink
Make suppressions work again after I messed with skin names. Sigh.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1200 a5019735-40e9-0310-863c-91ae7b9d1cf9
  • Loading branch information
sewardj committed Oct 5, 2002
1 parent 23f14c9 commit 34eccb1
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 149 deletions.
36 changes: 18 additions & 18 deletions glibc-2.1.supp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# (optionally: caller3 name)
# }
#
# For memcheck, the supp_kinds are:
# For Memcheck, the supp_kinds are:
#
# Param Value1 Value2 Value4 Value8
# Free Addr1 Addr2 Addr4 Addr8
Expand All @@ -28,7 +28,7 @@

{
__libc_freeres/free_mem(Addr4)
memcheck:Addr4
Memcheck:Addr4
fun:free_mem
fun:__libc_freeres
}
Expand All @@ -45,39 +45,39 @@

{
socketcall.connect(serv_addr)/__libc_connect/*(Param)
memcheck:Param
Memcheck:Param
socketcall.connect(serv_addr)
fun:__libc_connect
fun:*
}

{
strrchr/_dl_map_object_from_fd/_dl_map_object(Addr4)
memcheck:Addr4
Memcheck:Addr4
fun:strrchr
fun:_dl_map_object_from_fd
fun:_dl_map_object
}

{
strrchr/_dl_map_object_from_fd/_dl_map_object(Value1)
memcheck:Value1
Memcheck:Value1
fun:strrchr
fun:_dl_map_object_from_fd
fun:_dl_map_object
}

{
llseek(result)/__libc_lseek64/_IO_file_seek(Param)
memcheck:Param
Memcheck:Param
llseek(result)
fun:__libc_lseek64
fun:_IO_file_seek
}

{
__rawmemchr/_nl_*/*locale(Addr4)
memcheck:Addr4
Memcheck:Addr4
fun:__rawmemchr
fun:_nl_*
fun:*locale
Expand All @@ -86,52 +86,52 @@
# new ones for RH62 ls -l
{
__strchrnul/__nss_database_lookup(Cond)
memcheck:Cond
Memcheck:Cond
fun:__strchrnul
fun:__nss_database_lookup
}
{
__strchrnul/__gethostbyname_r(Cond)
memcheck:Cond
Memcheck:Cond
fun:__strchrnul
fun:__gethostbyname_r
}

{
strrchr/_dl_map*/_dl_map*(Cond)
memcheck:Cond
Memcheck:Cond
fun:strrchr
fun:_dl_map*
fun:_dl_map*
}

{
strchr/dl_open_worker/_dl_catch_error(Cond)
memcheck:Cond
Memcheck:Cond
fun:strchr
fun:dl_open_worker
fun:_dl_catch_error
}

{
__rawmemchr/???/__getgrgid_r(Cond)
memcheck:Cond
Memcheck:Cond
fun:__rawmemchr
fun:*
fun:__getgrgid_r
}

{
__rawmemchr/_nl_*/*locale*(Cond)
memcheck:Cond
Memcheck:Cond
fun:__rawmemchr
fun:_nl_*
fun:*locale*
}

{
_dl_relocate_object/dl_open_worker(Value0)
memcheck:Cond
Memcheck:Cond
fun:_dl_relocate_object
fun:dl_open_worker
}
Expand All @@ -143,29 +143,29 @@

{
libc-2.1.3.so/libc-2.1.3.so/libc-2.1.3.so(Cond)
memcheck:Cond
Memcheck:Cond
obj:*libc-2.1.3.so
obj:*libc-2.1.3.so
obj:*libc-2.1.3.so
}

{
strchr/libc-2.1.3.so(Cond)
memcheck:Cond
Memcheck:Cond
fun:*strchr*
obj:*libc-2.1.3.so
}

{
libc-2.1.3.so/libXt.so(Cond)
memcheck:Cond
Memcheck:Cond
obj:*libc-2.1.3.so
obj:*libXt.so*
}

{
socketcall.connect(serv_addr)/__libc_connect/*(Param)
memcheck:Param
Memcheck:Param
socketcall.connect(serv_addr)
obj:*libc-2.1.3.so
obj:*libX11.so*
Expand Down
Loading

0 comments on commit 34eccb1

Please sign in to comment.