mbox series

[Trusty,Zesty,SRU,0/1] Fix for CVE-2017-14051

Message ID 20180110094859.14863-1-po-hsu.lin@canonical.com
Headers show
Series Fix for CVE-2017-14051 | expand

Message

Po-Hsu Lin Jan. 10, 2018, 9:48 a.m. UTC
From our CVE tracker, only Trusty and Zesty need this patch.

This patch can fix the integer overflow problem in the
qla2x00_sysfs_write_optrom_ctl function in drivers/scsi/qla2xxx/qla_attr.c

Dan Carpenter (1):
  scsi: qla2xxx: Fix an integer overflow in sysfs code

 drivers/scsi/qla2xxx/qla_attr.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Colin Ian King Jan. 24, 2018, 3:27 p.m. UTC | #1
On 10/01/18 09:48, Po-Hsu Lin wrote:
> From our CVE tracker, only Trusty and Zesty need this patch.
> 
> This patch can fix the integer overflow problem in the
> qla2x00_sysfs_write_optrom_ctl function in drivers/scsi/qla2xxx/qla_attr.c
> 
> Dan Carpenter (1):
>   scsi: qla2xxx: Fix an integer overflow in sysfs code
> 
>  drivers/scsi/qla2xxx/qla_attr.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
NACK for Zesty (EOL)

For Trusty, clean cherry pick, so:

Acked-by: Colin Ian King <colin.king@canonical.com>