summaryrefslogtreecommitdiff
path: root/test/valgrind.suppressions
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind.suppressions')
-rw-r--r--test/valgrind.suppressions9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions
new file mode 100644
index 0000000..3ba7f29
--- /dev/null
+++ b/test/valgrind.suppressions
@@ -0,0 +1,9 @@
+{
+ srunner_run::timer_create-uninitialized-bytes
+ Memcheck:Param
+ timer_create(evp)
+ fun:timer_create@@GLIBC_2.3.3
+ fun:srunner_run
+ fun:litest_run
+ fun:main
+}