diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 20:20:35 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-01-13 17:03:25 +0100 |
| commit | b8d780ab30ab6ba340c43ad1944096dae15e6e79 (patch) | |
| tree | 18f7079c2d241bc63e35b5a89aa92d4715ce7def /sys/linux/dev_block.txt | |
| parent | 65ab1192dcd0323e1b51e8e2f074fb5d6fcb2a1f (diff) | |
sys/linux: fix bugs pointed out by syz-check
Update #590
Diffstat (limited to 'sys/linux/dev_block.txt')
| -rw-r--r-- | sys/linux/dev_block.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |
