summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2020-02-09 16:15:29 +0300
committerSteffen Klassert <steffen.klassert@secunet.com>2020-02-12 13:06:32 +0300
commit171d449a028573b2f0acdc7f31ecbb045391b320 (patch)
treec854c58aa283006d3beffbd69a608ce444c3fdaa /tools/perf/scripts/python/stackcollapse.py
parentf1ed10264ed6b66b9cd5e8461cffce69be482356 (diff)
downloadlinux-171d449a028573b2f0acdc7f31ecbb045391b320.tar.xz
xfrm: fix uctx len check in verify_sec_ctx_len
It's not sufficient to do 'uctx->len != (sizeof(struct xfrm_user_sec_ctx) + uctx->ctx_len)' check only, as uctx->len may be greater than nla_len(rt), in which case it will cause slab-out-of-bounds when accessing uctx->ctx_str later. This patch is to fix it by return -EINVAL when uctx->len > nla_len(rt). Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.") Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions