Skip to content

Commit

Permalink
[SCSI] lpfc 8.3.36: Correct buffer length overrun
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Smart authored and James Bottomley committed Nov 27, 2012
1 parent 0f37887 commit 8c1312e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/lpfc/lpfc_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,7 @@ static void
lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli)
{
char port_name;
char message[80];
char message[128];
uint8_t status;
struct lpfc_acqe_misconfigured_event *misconfigured;

Expand Down

0 comments on commit 8c1312e

Please sign in to comment.