Commit 8c1312e1 authored by James Smart's avatar James Smart Committed by James Bottomley

[SCSI] lpfc 8.3.36: Correct buffer length overrun

Reported via: https://bugzilla.kernel.org/show_bug.cgi?id=48871Signed-off-by: default avatarJames Smart <james.smart@emulex.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 0f37887e
...@@ -3854,7 +3854,7 @@ static void ...@@ -3854,7 +3854,7 @@ static void
lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli) lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli)
{ {
char port_name; char port_name;
char message[80]; char message[128];
uint8_t status; uint8_t status;
struct lpfc_acqe_misconfigured_event *misconfigured; struct lpfc_acqe_misconfigured_event *misconfigured;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment