mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
glib.supp: Add valgrind suppression of uninitiaziled sigaction
This commit is contained in:
parent
f089662a9f
commit
fb4de0e52a
@ -325,3 +325,11 @@
|
|||||||
fun:g_rw_lock_get_impl
|
fun:g_rw_lock_get_impl
|
||||||
fun:g_rw_lock_reader_lock
|
fun:g_rw_lock_reader_lock
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
g_child_watch_finalize__rt_sigaction
|
||||||
|
Memcheck:Param
|
||||||
|
rt_sigaction(act->sa_flags)
|
||||||
|
fun:__libc_sigaction
|
||||||
|
...
|
||||||
|
fun:g_child_watch_finalize
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user