valgrind: ignore ldso and more libz errors
authorJeff King <redacted>
Tue, 3 Feb 2009 23:26:03 +0000 (00:26 +0100)
committerJunio C Hamano <redacted>
Wed, 4 Feb 2009 06:01:02 +0000 (22:01 -0800)
commit6a7e37c99f733821bd3a17432fa6e4591b63866c
treed9084dcec71a2872272825d1f26f343d2426b280
parent4e1be63c3b05fd379b51b611b7e869ff6977d8ab
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 <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/valgrind/default.supp
git clone https://git.99rst.org/PROJECT