summaryrefslogtreecommitdiff
path: root/drivers/vhost
diff options
context:
space:
mode:
authorManish Rangankar <manish.rangankar@qlogic.com>2012-08-07 11:57:13 (GMT)
committerJames Bottomley <JBottomley@Parallels.com>2012-09-14 16:59:19 (GMT)
commitd46bdeb14447f0b7e4420c7b1525c8ad9f64ed1b (patch)
tree9dd508922030f7b37caded1e5d8d6941bb2aad98 /drivers/vhost
parent95ab000388974d8ffef8257306b4be6e8778b768 (diff)
downloadlinux-fsl-qoriq-d46bdeb14447f0b7e4420c7b1525c8ad9f64ed1b.tar.xz
[SCSI] qla4xxx: Fix memory corruption issue in qla4xxx_ep_connect.
In qla4xxx_ep_connect(), qla_ep->dst_addr and dst_addr are type struct sockaddr. We are copying sizeof(struct sockaddr_in6) bytes from dst_addr to qla_ep->dst_addr which is 12 bytes larger. This will cause memory corruption. So we change qla_ep->dst_addr to struct sockaddr_storage which is of 128 byte, large enough to hold sizeof(struct sockaddr_in6). Signed-off-by: Manish Rangankar <manish.rangankar@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions