2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-29 15:28:56 +00:00
Files
openvswitch/tests/glibc.supp

27 lines
335 B
Plaintext
Raw Normal View History

# suppress what appear to unavoidable error reports from glibc
{
timer_create
Memcheck:Leak
fun:malloc
fun:timer_create
}
{
timer_create
Memcheck:Param
timer_create(evp)
...
fun:set_up_timer
}
{
aio
Memcheck:Leak
fun:calloc
...
fun:allocate_stack
...
fun:__aio_create_helper_thread
}