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

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

parents 8816df4a 594a0d84
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];
};