From a4718693a3d9fcabb02299b2ec07c19d8208c539 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 30 Aug 2018 21:10:38 -0700 Subject: sys/linux: add syz_execute_func The function executes random code. Update #310 --- sys/test/test.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/test/test.txt') diff --git a/sys/test/test.txt b/sys/test/test.txt index 2fef80acb..8a79d5935 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -3,6 +3,8 @@ # Syscalls used in syzkaller tests. +syz_execute_func(text ptr[in, text[target]]) + test() # Integer types. -- cgit mrf-deployment