mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-01 10:59:45 +00:00

We don't care about the supposed zlib errors, and the leak from giterr_set isn't interesting, as it gets freed each time an error is set. Give valgrind a suppressions file so it doesn't tell us about them.
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
{
|
|
ignore-zlib-errors-cond
|
|
Memcheck:Cond
|
|
obj:*libz.so*
|
|
}
|
|
|
|
{
|
|
ignore-giterr-set-leak
|
|
Memcheck:Leak
|
|
...
|
|
fun:giterr_set
|
|
}
|