diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/kfuzztest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/kfuzztest.txt b/sys/linux/kfuzztest.txt index 3d4aba385..094d50ac0 100644 --- a/sys/linux/kfuzztest.txt +++ b/sys/linux/kfuzztest.txt @@ -1,4 +1,4 @@ # Copyright 2025 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -syz_kfuzztest_run(name ptr[in, string], data ptr[in, array[int8]], len bytesize[data]) (kfuzz_test, no_generate) +syz_kfuzztest_run(name ptr[in, string], data ptr[in, array[int8]], len bytesize[data], buf ptr[in, array[int8, 65536]]) (kfuzz_test, no_generate) |
