commit | d956a1a9d32cb14673f5f03ef607d84d603a5ed4 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Mar 07 12:54:44 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 09:52:33 2018 -0800 |
tree | 151ffa85017e8977269b87af0e2cef281d0c27df | |
parent | 08c5e116569549d07d69b0839f944d8188b1c4b4 [diff] |
staging: lustre: Remove VLA usage The kernel would like to have all stack VLA usage removed[1]. This switches to a simple kasprintf() instead, and in the process fixes an off-by-one between the allocation and the sprintf (allocation did not include NULL byte in calculation). [1] https://lkml.org/lkml/2018/3/7/621 Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>