commit | 0df8adbb88db8283f102a2afa91610a502245cb2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jul 04 12:52:36 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 05 20:13:26 2018 +0900 |
tree | 522453ecd9d4a4e7e4b09af8dc4370625bf8a646 | |
parent | 5e7ba042fd05043416babace5a4a953e29cf2826 [diff] |
qed: off by one in qed_parse_mcp_trace_buf() If format_idx == s_mcp_trace_meta.formats_num then we read one element beyond the end of the s_mcp_trace_meta.formats[] array. Fixes: 50bc60cb155c ("qed*: Utilize FW 8.33.11.0") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>