From 42dc69277628779d9d1213f116665d86f5edc49b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 14:38:24 +0100 Subject: sys/linux: another batch of syz-check fixes Update #590 --- sys/linux/dev_cdrom.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/linux/dev_cdrom.txt') 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 -- cgit mrf-deployment