aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/exec.txt
blob: 83da4708d9b7c50b7dc715c3634be0b9ce64dff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2018 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_mmap(addr vma, len len[addr])
syz_errno(v int32)
syz_compare(want ptr[in, string], want_len len[want], got ptr[in, compare_data], got_len len[got])

compare_data [
	align0	align0
	bf0	syz_bf_struct0
	bf1	syz_bf_struct1
	bf2	syz_bf_struct2
	bf3	syz_bf_struct3
] [varlen]

align0 {
	f0	int16
	f1	int32
	f2	int8
	f3	int16
	f4	int64
}