summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-03-30 09:55:44 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-21 00:58:29 +0800
commit96ea4f4f1987807e2705f67ac2b47812b52015de (patch)
tree88e96ecf7302e051757473c1e3733f4b327e305d /crypto/Kconfig
parentef734472771a62ae9f901367a40a89382a991917 (diff)
downloadlinux-crypto-96ea4f4f1987807e2705f67ac2b47812b52015de.tar.gz
linux-crypto-96ea4f4f1987807e2705f67ac2b47812b52015de.zip
crypto: ecc - Actually remove stack VLA usage
On the quest to remove all VLAs from the kernel[1], this avoids VLAs by just using the maximum allocation size (4 bytes) for stack arrays. All the VLAs in ecc were either 3 or 4 bytes (or a multiple), so just make it 4 bytes all the time. Initialization routines are adjusted to check that ndigits does not end up larger than the arrays. This includes a removal of the earlier attempt at this fix from commit a963834b4742 ("crypto/ecc: Remove stack VLA usage") [1] https://lkml.org/lkml/2018/3/7/621 Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
0 files changed, 0 insertions, 0 deletions