]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm: remove VLA usage in __xfrm6_sort()
authorKees Cook <keescook@chromium.org>
Wed, 25 Apr 2018 14:46:39 +0000 (07:46 -0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 26 Apr 2018 05:51:48 +0000 (07:51 +0200)
commit641236940ac0490493d880c204745af3ff03be0b
tree345ca6179cf2592a4240c2a9e201275a0a7461ab
parentf52f27710995974088096629e191cd0d267e0683
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>
net/ipv6/xfrm6_state.c