Skip to content

Commit f273b5d

Browse files
committed
Add a valgrind suppression for glibc's getaddrinfo cache
1 parent 35e0f3c commit f273b5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libgit2_clar.supp

+7
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@
4040
obj:*libcrypto.so*
4141
...
4242
}
43+
44+
{
45+
ignore-glibc-getaddrinfo-cache
46+
Memcheck:Leak
47+
...
48+
fun:__check_pf
49+
}

0 commit comments

Comments
 (0)