[ovs-dev] [PATCH 2/2] valgrind: Update glibc timer_create() suppression.

Ethan Jackson ethan at nicira.com
Mon Jul 29 22:28:09 UTC 2013


For some reason the current suppression fails to actually suppress the
warning.

Signed-off-by: Ethan Jackson <ethan at nicira.com>
---
 tests/glibc.supp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/glibc.supp b/tests/glibc.supp
index 52d17bc..948ee01 100644
--- a/tests/glibc.supp
+++ b/tests/glibc.supp
@@ -11,6 +11,7 @@
    timer_create
    Memcheck:Param
    timer_create(evp)
-   fun:timer_create
+   ...
+   fun:set_up_timer
 }
 
-- 
1.7.9.5




More information about the dev mailing list