diff options
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/init_test.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/linux/init_test.go b/sys/linux/init_test.go index 8c4c07ba4..c273a2519 100644 --- a/sys/linux/init_test.go +++ b/sys/linux/init_test.go @@ -149,8 +149,9 @@ syz_open_dev$tty1(0xc, 0x4, 0x1) Out: `sched_setattr(0x0, 0x0, 0x0)`, }, { - In: `sched_setattr(0x0, &(0x7f00000001c0)=ANY=[@ANYBLOB="1234567812345678"], 0x0)`, - Out: `sched_setattr(0x0, &(0x7f00000001c0)=ANY=[@ANYBLOB='\x00\x00\x00\x00\x00\x00\x00\x00'], 0x0)`, + In: `sched_setattr(0x0, &(0x7f00000001c0)=ANY=[@ANYBLOB="1234567812345678"], 0x0)`, + Out: `sched_setattr(0x0, &(0x7f00000001c0)={0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, 0x0)`, + StrictErr: `wrong array arg`, }, }) } |
