diff options
author | Kees Cook <keescook@chromium.org> | 2018-04-25 17:46:39 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2018-04-26 08:51:48 +0300 |
commit | c926ca160506d45c57cc30ee70d9df4cc8911713 (patch) | |
tree | 345ca6179cf2592a4240c2a9e201275a0a7461ab /net/switchdev | |
parent | cd027a5433d66734097adbd9d262c203471102a3 (diff) | |
download | linux-c926ca160506d45c57cc30ee70d9df4cc8911713.tar.xz |
xfrm: remove VLA usage in __xfrm6_sort()
In the quest to remove all stack VLA usage removed from the kernel[1],
just use XFRM_MAX_DEPTH as already done for the "class" array. In one
case, it'll do this loop up to 5, the other caller up to 6.
[1] https://lkml.org/lkml/2018/3/7/621
Co-developed-by: Andreas Christoforou <andreaschristofo@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/switchdev')
0 files changed, 0 insertions, 0 deletions