commit | d72f82635e3317b5e035af40aa815c6d064c2fee | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Fri Dec 13 13:04:17 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 17 13:54:36 2019 +0100 |
tree | 78a235aa61cc91ecbef78cb4b3d0afd0f3255482 | |
parent | b4e37a5e2c3202438f777410481a55de7137d0d4 [diff] |
staging: most: configfs: use strlcpy This patch uses strlcpy to copy data provided by userspace in order to not overflow the allocated space. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Link: https://lore.kernel.org/r/1576238662-16512-5-git-send-email-christian.gromm@microchip.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>