]> git.proxmox.com Git - mirror_ovs.git/blob - tests/glibc.supp
OVN: Always send prefix option in RAs
[mirror_ovs.git] / tests / glibc.supp
1 # suppress what appear to unavoidable error reports from glibc
2
3 {
4 timer_create
5 Memcheck:Leak
6 fun:malloc
7 fun:timer_create
8 }
9
10 {
11 timer_create
12 Memcheck:Param
13 timer_create(evp)
14 ...
15 fun:set_up_timer
16 }
17
18 {
19 aio
20 Memcheck:Leak
21 fun:calloc
22 ...
23 fun:allocate_stack
24 ...
25 fun:__aio_create_helper_thread
26 }