aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2020-01-07 16:11:43 +0300
committerDavid S. Miller <[email protected]>2020-01-07 13:46:20 -0800
commit0d6e5bfc9c5bc852d240cb35b0d850cdb660c4c9 (patch)
tree4ba511f9ce438ef6c649c459a4c8a3cf80440b19 /tools/perf/scripts/python/bin
parentcbefe2c95770a8b04bbe26a684f546c61d2ee8e6 (diff)
enetc: Fix an off by one in enetc_setup_tc_txtime()
The priv->tx_ring[] has 16 elements but only priv->num_tx_rings are set up, the rest are NULL. This ">" comparison should be ">=" to avoid a potential crash. Fixes: 0d08c9ec7d6e ("enetc: add support time specific departure base on the qos etf") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions