Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- server/tests/valgrind/glib.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/server/tests/valgrind/glib.supp b/server/tests/valgrind/glib.supp index c4625bba..b5b540f5 100644 --- a/server/tests/valgrind/glib.supp +++ b/server/tests/valgrind/glib.supp @@ -232,6 +232,16 @@ fun:_g_io_module_get_default } +# memcheck checks that the third argument to ioctl() is a valid pointer, but +# some ioctls use that argument as an integer +{ + ioctl-with-non-pointer-param + Memcheck:Param + ioctl(generic) + fun:ioctl + fun:btrfs_reflink_with_progress +} + { g-private-get drd:ConflictingAccess -- 2.17.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel