alistair23-linux/drivers/scsi/cxgbi/cxgb4i
Dan Carpenter ccc495efb3 scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()
Smatch marks skb->data as untrusted so it complains that there is a
potential overflow here:

	drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:2111 t4_uld_rx_handler()
	error: buffer overflow 'cxgb4i_cplhandlers' 239 <= 255.

In this case, skb->data comes from the hardware or firmware so it's not
going to overflow unless there is a firmware bug.

[mkp: fixed braces]

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2018-04-09 21:32:45 -04:00
..
cxgb4i.c scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler() 2018-04-09 21:32:45 -04:00
cxgb4i.h cxgb4, cxgb4i: move struct cpl_rx_data_ddp definition 2016-03-22 00:25:04 -07:00
Kbuild cxgb4i,libcxgbi: add iSCSI DDP support 2016-07-25 10:31:08 -07:00
Kconfig cxgb4i,libcxgbi: add iSCSI DDP support 2016-07-25 10:31:08 -07:00