diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 14:38:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 14:38:24 +0100 |
| commit | 42dc69277628779d9d1213f116665d86f5edc49b (patch) | |
| tree | 9a522e214d41ed91093866b34d7c5199dd4161c3 /sys/linux/dev_loop.txt | |
| parent | fa33c3279674287954762e6a1199d42468661b9b (diff) | |
sys/linux: another batch of syz-check fixes
Update #590
Diffstat (limited to 'sys/linux/dev_loop.txt')
| -rw-r--r-- | sys/linux/dev_loop.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/dev_loop.txt b/sys/linux/dev_loop.txt index a1891b388..319c5f76f 100644 --- a/sys/linux/dev_loop.txt +++ b/sys/linux/dev_loop.txt @@ -30,9 +30,9 @@ lo_flags = LO_FLAGS_READ_ONLY, LO_FLAGS_AUTOCLEAR, LO_FLAGS_PARTSCAN, LO_FLAGS_D loop_info { lo_number const[0, int32] - lo_device const[0, int32] - lo_inode const[0, int32] - lo_rdevice const[0, int32] + lo_device const[0, intptr] + lo_inode const[0, intptr] + lo_rdevice const[0, intptr] lo_offset int32 lo_enc_type flags[lo_encrypt_type, int32] lo_enc_key_size int32[0:LO_KEY_SIZE] |
