diff options
author | James Smart <james.smart@emulex.com> | 2012-10-31 14:45:09 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-11-26 23:59:45 -0500 |
commit | 8c1312e1b9dae446af17d5a5f11c325cbb4c9103 (patch) | |
tree | 5eeaba9bb428d9ba87147b880b6788638b9583a0 /drivers/scsi | |
parent | 0f37887e2904754dbd871fc23efd9a17d61eed33 (diff) |
[SCSI] lpfc 8.3.36: Correct buffer length overrun
Reported via: https://bugzilla.kernel.org/show_bug.cgi?id=48871
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index d89569307416..c20eec78adc1 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -3854,7 +3854,7 @@ static void | |||
3854 | lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli) | 3854 | lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli) |
3855 | { | 3855 | { |
3856 | char port_name; | 3856 | char port_name; |
3857 | char message[80]; | 3857 | char message[128]; |
3858 | uint8_t status; | 3858 | uint8_t status; |
3859 | struct lpfc_acqe_misconfigured_event *misconfigured; | 3859 | struct lpfc_acqe_misconfigured_event *misconfigured; |
3860 | 3860 | ||