mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
tools/glib.supp: Ignore valgrind false-positive error on wcsxfrm
See: https://gitlab.gnome.org/GNOME/glib/-/issues/3292
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user