aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2018-03-07 12:54:44 -0800
committerGreg Kroah-Hartman <[email protected]>2018-03-08 09:52:33 -0800
commitd956a1a9d32cb14673f5f03ef607d84d603a5ed4 (patch)
tree151ffa85017e8977269b87af0e2cef281d0c27df /tools/perf/scripts/python/bin
parent08c5e116569549d07d69b0839f944d8188b1c4b4 (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 <[email protected]> Reviewed-by: Rasmus Villemoes <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions