summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/fastrpc_apps_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/fastrpc_apps_user.c b/src/lib/fastrpc_apps_user.c
index a3d3571..4886f16 100644
--- a/src/lib/fastrpc_apps_user.c
+++ b/src/lib/fastrpc_apps_user.c
@@ -824,6 +824,7 @@ int remote_handle_invoke(remote_handle handle, uint32_t sc, remote_arg *pra)
return -ENOMEM;
invoke.args = (__u64)(uintptr_t)args;
+ args->reserved = 0;
for (i = 0; i < bufs; i++)
{