]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] lpfc 8.3.36: Correct buffer length overrun
authorJames Smart <james.smart@emulex.com>
Wed, 31 Oct 2012 18:45:09 +0000 (14:45 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Nov 2012 04:59:45 +0000 (08:59 +0400)
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>
drivers/scsi/lpfc/lpfc_init.c

index d89569307416e4a5c82b8e685d2da5828b9785ab..c20eec78adc16e6b75f1df76536b5cbacb3c777b 100644 (file)
@@ -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;