From 3a80fe350da4f5fc054c06fe279cc7ea734eb28b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 29 Nov 2017 09:47:55 +0100 Subject: prog: support bytesizeN for vma I guess this is currently unused, but ignoring bytesizeN for vma looks wrong. If user asks for bytesizeN for vma, divide vma size by N. --- sys/linux/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/test.txt') diff --git a/sys/linux/test.txt b/sys/linux/test.txt index 489d24b55..9e4b91fdb 100644 --- a/sys/linux/test.txt +++ b/sys/linux/test.txt @@ -191,7 +191,7 @@ syz_test$length7(a0 ptr[in, syz_length_array2_struct]) syz_test$length8(a0 ptr[in, syz_length_complex_struct]) syz_test$length9(a0 ptr[in, syz_length_vma_struct]) -syz_test$length10(a0 vma, a1 len[a0]) +syz_test$length10(a0 vma, a1 len[a0], a2 bytesize[a0], a3 bytesize2[a0], a4 bytesize4[a0]) syz_test$length11(a0 ptr[in, syz_length_large_struct], a1 len[a0]) syz_test$length12(a0 ptr[in, syz_length_large_struct, opt], a1 len[a0]) syz_test$length13(a0 ptr[inout, syz_length_large_struct], a1 ptr[inout, len[a0, int64]]) -- cgit mrf-deployment