Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lpfc_send_rscn_event sends bigger buffer size
lpfc_send_rscn_event() allocates data for sizeof(struct lpfc_rscn_event_header) + payload_len, but claims that the data has size of sizeof(struct lpfc_els_event_header) + payload_len. That leads to buffer overruns. Signed-off-by: Ales Novak <[email protected]> Signed-off-by: James Smart <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Sebastian Herbszt <[email protected]> Signed-off-by: James Bottomley <[email protected]>
- Loading branch information