From ebaafa95d879b35def2f57b51f10d9075cc33c43 Mon Sep 17 00:00:00 2001 From: Balazs Gerofi Date: Fri, 26 Jan 2018 13:54:34 +0900 Subject: [PATCH] settid(): clear syscal offload request before populating --- kernel/syscall.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/syscall.c b/kernel/syscall.c index 9361aed4..7ab82fe5 100644 --- a/kernel/syscall.c +++ b/kernel/syscall.c @@ -1972,9 +1972,7 @@ static void settid(struct thread *thread, int nr_tids, int *tids) int ret; struct syscall_request request IHK_DMA_ALIGN; -#ifdef POSTK_DEBUG_ARCH_DEP_58 /* settid() arguments area 0 clear add. */ memset(&request, 0, sizeof(request)); -#endif /* POSTK_DEBUG_ARCH_DEP_58 */ request.number = __NR_gettid; /*