Skip to content

Commit

Permalink
r19063: merge from samba3
Browse files Browse the repository at this point in the history
needed for dl* errors in iconv_open()

metze
(This used to be commit 91c29e4)
  • Loading branch information
metze-samba authored and Gerald (Jerry) Carter committed Oct 10, 2007
1 parent 94eddd6 commit 236669c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions source4/.valgrind_suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,24 @@
obj:/lib/ld-2.3.6.so
fun:_dl_open
}

{
samba_dlopen7
Memcheck:Addr4
obj:/lib/ld-2.3.6.so
obj:/lib/ld-2.3.6.so
obj:/lib/tls/libc-2.3.6.so
obj:/lib/ld-2.3.6.so
fun:_dl_open
}

{
samba_libc_dlsym1
Memcheck:Addr4
obj:/lib/ld-2.3.6.so
obj:/lib/ld-2.3.6.so
obj:/lib/ld-2.3.6.so
obj:/lib/tls/libc-2.3.6.so
obj:/lib/ld-2.3.6.so
fun:__libc_dlsym
}

0 comments on commit 236669c

Please sign in to comment.