tools/glib.supp: Ignore valgrind false-positive error on wcsxfrm

See: https://gitlab.gnome.org/GNOME/glib/-/issues/3292
This commit is contained in:
Marco Trevisan (Treviño) 2024-07-24 10:44:03 +02:00
parent 48ef51f568
commit 24ec28a9a6

View File

@ -1322,3 +1322,13 @@
fun:g_rw_lock_writer_lock
fun:g_log_writer_default_set_debug_domains
}
# This can be removed when versions of valgrind including the fix are widely used.
# See https://gitlab.gnome.org/GNOME/glib/-/issues/3292
{
g_utf8_collate_key wcsxfrm false-positive
Memcheck:Addr32
...
fun:wcsxfrm*
fun:g_utf8_collate_key
}