mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01: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:
parent
48ef51f568
commit
24ec28a9a6
@ -1322,3 +1322,13 @@
|
|||||||
fun:g_rw_lock_writer_lock
|
fun:g_rw_lock_writer_lock
|
||||||
fun:g_log_writer_default_set_debug_domains
|
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
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user