mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
[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>
This commit is contained in:
parent
0f37887e29
commit
8c1312e1b9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue