diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-10-31 22:12:17 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-11-15 17:52:57 +0300 |
commit | f5779b529240b715f0e358489ad0ed933bf77c97 (patch) | |
tree | b4bb842c071a070646bbf2cb7cce1fe4f8fcb8e8 /tools/perf/scripts/python/flamegraph.py | |
parent | 2fe4b6a67730e6ffd002b2b3c4752ef262fedde4 (diff) | |
download | linux-f5779b529240b715f0e358489ad0ed933bf77c97.tar.xz |
scsi: lpfc: Fix possible file string name overflow when updating firmware
Because file_name and phba->ModelName are both declared a size 80 bytes,
the extra ".grp" file extension could cause an overflow into file_name.
Define a ELX_FW_NAME_SIZE macro with value 84. 84 incorporates the 4 extra
characters from ".grp". file_name is changed to be declared as a char and
initialized to zeros i.e. null chars.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20231031191224.150862-3-justintee8345@gmail.com
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions