From 0cb4afef6da5488a128e5aaece435e9aa5f5797e Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Fri, 10 Nov 2023 15:19:49 +0100 Subject: Kernel/Memory: Fill new allocations with random data. This should make it easier to spot uninitalized memory being used. --- kernel/cpu/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/cpu/syscall.c') diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c index 6b4f437..8e17ae1 100644 --- a/kernel/cpu/syscall.c +++ b/kernel/cpu/syscall.c @@ -18,10 +18,10 @@ #include #include #include +#include #include #include #include -#include #include #include -- cgit v1.2.3