chore: Update valgrind suppression file

Locally valgrind is quiet. But on CI valgrind complains. This is due to
an older valgrind version which doesn't handle AVX2-optimized strings
properly. So we need to add it to the suppression file.
This commit is contained in:
Michael Vetter
2026-03-20 12:42:35 +01:00
parent 3596e4c263
commit 4417ec453a

View File

@@ -2652,3 +2652,12 @@
fun:calloc
fun:_dl_allocate_tls
}
# glibc/avx2 false positives
{
g_utf8_collate_key_invalid_read_avx2
Memcheck:Addr32
fun:__wcpncpy_avx2
fun:wcsxfrm_l
fun:g_utf8_collate_key
}