mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 13:15:12 +00:00
45 lines
455 B
Plaintext
45 lines
455 B
Plaintext
{
|
|
ignore-zlib-errors-cond
|
|
Memcheck:Cond
|
|
obj:*libz.so*
|
|
}
|
|
|
|
{
|
|
ignore-giterr-set-leak
|
|
Memcheck:Leak
|
|
...
|
|
fun:giterr_set
|
|
}
|
|
|
|
{
|
|
ignore-git-global-state-leak
|
|
Memcheck:Leak
|
|
...
|
|
fun:git__global_state
|
|
}
|
|
|
|
{
|
|
ignore-openssl-ssl-leak
|
|
Memcheck:Leak
|
|
...
|
|
obj:*libssl.so*
|
|
...
|
|
fun:ssl_setup
|
|
}
|
|
|
|
{
|
|
ignore-openssl-crypto-leak
|
|
Memcheck:Leak
|
|
...
|
|
obj:*libcrypto.so*
|
|
...
|
|
fun:ssl_setup
|
|
}
|
|
|
|
{
|
|
ignore-openssl-crypto-cond
|
|
Memcheck:Cond
|
|
obj:*libcrypto.so*
|
|
...
|
|
}
|