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_cdrom.txt | |
| parent | fa33c3279674287954762e6a1199d42468661b9b (diff) | |
sys/linux: another batch of syz-check fixes
Update #590
Diffstat (limited to 'sys/linux/dev_cdrom.txt')
| -rw-r--r-- | sys/linux/dev_cdrom.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/linux/dev_cdrom.txt b/sys/linux/dev_cdrom.txt index 907321544..d175e3309 100644 --- a/sys/linux/dev_cdrom.txt +++ b/sys/linux/dev_cdrom.txt @@ -76,9 +76,7 @@ ioctl$CDROM_SEND_PACKET(fd fd_cdrom, cmd const[CDROM_SEND_PACKET], arg ptr[inout ioctl$CDROM_NEXT_WRITABLE(fd fd_cdrom, cmd const[CDROM_NEXT_WRITABLE], arg ptr[out, int64]) ioctl$CDROM_LAST_WRITTEN(fd fd_cdrom, cmd const[CDROM_LAST_WRITTEN], arg ptr[out, int64]) -cdrom_output_buffer { - reserved array[int8, CD_FRAMESIZE_RAWER] -} +type cdrom_output_buffer array[int8, CD_FRAMESIZE_RAWER] cdrom_msf { cdmsf_min0 int8 |
