diff options
| author | Dan Carpenter <[email protected]> | 2018-07-04 12:53:37 +0300 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2018-07-12 08:03:09 -0700 |
| commit | c411104115e6821f26fc8f6de8b235ddf98de688 (patch) | |
| tree | 422a5e32a12a5a4e722cff735bdcee8b3b7e2d05 /tools/perf/scripts/python/call-graph-from-sql.py | |
| parent | d14c780c11fbc10f66c43e7b64eefe87ca442bd3 (diff) | |
ixgbe: Off by one in ixgbe_ipsec_tx()
The ipsec->tx_tbl[] has IXGBE_IPSEC_MAX_SA_COUNT elements so the > needs
to be changed to >= so we don't read one element beyond the end of the
array.
Fixes: 592594704761 ("ixgbe: process the Tx ipsec offload")
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Shannon Nelson <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions