diff options
author | Manish Rangankar <manish.rangankar@qlogic.com> | 2012-08-07 11:57:13 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 16:59:19 (GMT) |
commit | d46bdeb14447f0b7e4420c7b1525c8ad9f64ed1b (patch) | |
tree | 9dd508922030f7b37caded1e5d8d6941bb2aad98 /drivers/pinctrl | |
parent | 95ab000388974d8ffef8257306b4be6e8778b768 (diff) | |
download | linux-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/pinctrl')
0 files changed, 0 insertions, 0 deletions