mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 14:41:08 +00:00
* fuzz/valgrind-suppressions: Add suppression * tests/valgrind-suppressions: Add suppression
30 lines
421 B
Plaintext
30 lines
421 B
Plaintext
{
|
|
libdl leak suppression - TravisCI
|
|
Memcheck:Leak
|
|
...
|
|
fun:dlsym
|
|
...
|
|
}
|
|
{
|
|
Happens on TravisCI, maybe an old version of libidn
|
|
Memcheck:Addr4
|
|
fun:idna_to_ascii_4z
|
|
fun:idna_to_ascii_8z
|
|
fun:wget_str_to_ascii
|
|
...
|
|
}
|
|
{
|
|
libgpgme leak suppression
|
|
Memcheck:Leak
|
|
...
|
|
fun:gpgme_set_locale
|
|
...
|
|
}
|
|
{
|
|
libc leak suppression
|
|
Memcheck:Leak
|
|
...
|
|
fun:getpwnam_r@@GLIBC_2.2.5
|
|
...
|
|
}
|