From: Jeff King Date: Tue, 3 Feb 2009 23:26:03 +0000 (+0100) Subject: valgrind: ignore ldso and more libz errors X-Git-Tag: v1.6.3-rc0~217^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6a7e37c99f733821bd3a17432fa6e4591b63866c?hp=6a7e37c99f733821bd3a17432fa6e4591b63866c valgrind: ignore ldso and more libz errors On some Linux systems, we get a host of Cond and Addr errors from calls to dlopen that are caused by nss modules. We should be able to safely ignore anything happening in ld-*.so as "not our problem." [Johannes: I added some more... unfortunately using valgrind 3.4.0 syntax] Signed-off-by: Jeff King Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---