aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorAles Novak <[email protected]>2015-08-31 16:48:16 -0400
committerJames Bottomley <[email protected]>2015-10-27 10:08:51 +0900
commit6599eaaa45e0f40ddbbcf164cf3e3524faed9383 (patch)
tree1219d04b1e8030cd44ebac3aa6de9b7e6505e59a /tools/perf/scripts/python/check-perf-trace.py
parentdb6f1c2f900b536d23de386dc7f2a53aa80d7307 (diff)
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]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions