mbox series

[Trusty,Bionic,SRU,0/1] Fix for CVE-2018-16658

Message ID 20181003062939.16699-1-po-hsu.lin@canonical.com
Headers show
Series Fix for CVE-2018-16658 | expand

Message

Po-Hsu Lin Oct. 3, 2018, 6:29 a.m. UTC
Small fix for type casting.
Can be cherry-picked for both Trusty and Bionic.

Scott Bauer (1):
  cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status

 drivers/cdrom/cdrom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kleber Sacilotto de Souza Oct. 19, 2018, 3:14 p.m. UTC | #1
On 10/03/18 08:29, Po-Hsu Lin wrote:
> Small fix for type casting.
> Can be cherry-picked for both Trusty and Bionic.
> 
> Scott Bauer (1):
>   cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
> 
>  drivers/cdrom/cdrom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to {trusty,bionic}/master-next branches.

Thanks,
Kleber