linux-stable/drivers/scsi/cxgbi
Varun Prakash 75b61250bf scsi: libcxgbi: fix skb use after free
skb->data is assigned to task->hdr in cxgbi_conn_alloc_pdu(),
skb gets freed after tx but task->hdr is still dereferenced in
iscsi_tcp_task_xmit() to avoid this call skb_get() after allocating skb
and free the skb in cxgbi_cleanup_task() or before allocating new skb in
cxgbi_conn_alloc_pdu().

Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-05-23 22:39:14 -04:00
..
cxgb3i scsi: remove eh_timed_out methods in the transport template 2017-02-06 19:10:03 -05:00
cxgb4i scsi: cxgb4i: update module description 2017-04-18 21:55:03 -04:00
Kconfig
libcxgbi.c scsi: libcxgbi: fix skb use after free 2017-05-23 22:39:14 -04:00
libcxgbi.h scsi: libcxgbi: fix skb use after free 2017-05-23 22:39:14 -04:00
Makefile cxgb4i,libcxgbi: add iSCSI DDP support 2016-07-25 10:31:08 -07:00