diff options
author | Maxim Mikityanskiy <maximmi@mellanox.com> | 2019-03-15 16:41:43 +0200 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-04-19 13:55:36 -0700 |
commit | 12fc512f5741443a03adde2ead20724da8ad550a (patch) | |
tree | 3adab073f555fe66f509a876fd5866ff731bcc98 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 36ad7022536e0c65f8baeeaa5efde11dec44808a (diff) |
net/mlx5e: Fix use-after-free after xdp_return_frame
xdp_return_frame releases the frame. It leads to releasing the page, so
it's not allowed to access xdpi.xdpf->len after that, because xdpi.xdpf
is at xdp->data_hard_start after convert_to_xdp_frame. This patch moves
the memory access to precede the return of the frame.
Fixes: 58b99ee3e3ebe ("net/mlx5e: Add support for XDP_REDIRECT in device-out side")
Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions