2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-23 14:57:06 +00:00
Files
openvswitch/tests/glibc.supp
Ethan Jackson e6d76c682e valgrind: Update glibc timer_create() suppression.
For some reason the current suppression fails to actually suppress the
warning.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
2013-07-29 15:30:22 -07:00

18 lines
223 B
Plaintext

# 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
}