From b8d780ab30ab6ba340c43ad1944096dae15e6e79 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 11 Jan 2022 20:20:35 +0100 Subject: sys/linux: fix bugs pointed out by syz-check Update #590 --- sys/linux/dev_block.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/linux/dev_block.txt') diff --git a/sys/linux/dev_block.txt b/sys/linux/dev_block.txt index 47b32976f..4ce5e5707 100644 --- a/sys/linux/dev_block.txt +++ b/sys/linux/dev_block.txt @@ -67,7 +67,9 @@ blk_zone { cond int8 non_seq int8 reset int8 - reserved array[const[0, int8], 36] + resv array[const[0, int8], 4] + capacity int64 + reserved array[const[0, int8], 24] } blk_zone_range { -- cgit mrf-deployment