Skip to content
Commit 27ab41e2 authored by Kees Cook's avatar Kees Cook Committed by Boris Brezillon
Browse files

mtd: nftl: Remove VLA usage



On the quest to remove all stack VLAs from the kernel[1] this changes
the check_free_sectors() routine to use a kmalloc()ed buffer instead
of a large VLA stack buffer.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent 7cc9aa66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment