blob: d87b5ff117d9ecbfc9414d0a6efa7c8dceab9082 [file] [log] [blame]
# Test that missing syscall args are filled with 0's.
# We start with 4 args to increase chances of leaving garbage under unused args.
syz_compare_int$4(0x1, 0x0, 0x0, 0x0, 0x0) # E2BIG
syz_compare_int$4(0x5, 0x0, 0x0, 0x0, 0x0) # E2BIG
syz_compare_int$4(0x4, 0x42, 0x42, 0x42, 0x43) # EINVAL
syz_compare_int$4(0x4, 0x42, 0x42, 0x42, 0x42)
syz_compare_int$3(0x3, 0x43, 0x43, 0x43)
syz_compare_int$2(0x2, 0x44, 0x44)
syz_compare_int$2(0x2, 0x45, 0x46) # EINVAL