Unverified Commit ac72280d authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!10839 bnx2x: Fix multiple UBSAN array-index-out-of-bounds

parents ddbf1dbd a0a33742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1262,7 +1262,7 @@ enum {

struct bnx2x_fw_stats_req {
	struct stats_query_header hdr;
	struct stats_query_entry query[FP_SB_MAX_E1x+
	struct stats_query_entry query[FP_SB_MAX_E2 +
		BNX2X_FIRST_QUEUE_QUERY_IDX];
};