aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/test.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-25 14:00:41 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-29 14:53:56 +0000
commit88ec97282e185df0bdc0d760bcd5f0a2e4891362 (patch)
tree95b6a8de04d1edcddd7526df75328c5da8c664df /sys/test/test.txt
parent337657e0d5b5c120b163c09fbcfc49ae5897cb39 (diff)
pkg/host: explicitly disable syz_execute_func
Disable the syscall in descriptions rather than in the code. This makes it more visible for users that it's disabled, and makes it less special (will not need to move this logic to host). Also change the condition in syz-sysgen to be more precise, otherwise syz_execute_func becomes unused function.
Diffstat (limited to 'sys/test/test.txt')
-rw-r--r--sys/test/test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt
index a973904a3..b08b9bcf8 100644
--- a/sys/test/test.txt
+++ b/sys/test/test.txt
@@ -3,7 +3,7 @@
# Syscalls used in syzkaller tests.
-syz_execute_func(text ptr[in, text[target]])
+syz_execute_func(text ptr[in, text[target]]) (disabled)
test()