Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[SCSI] lpfc 8.3.36: Correct buffer length overrun

parent 0f37887e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;