diff options
author | Chuhong Yuan <hslester96@gmail.com> | 2019-07-31 05:01:40 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-08-03 13:03:01 +0300 |
commit | 9b562437d388582f5463a4c3f60ee97a2d4d8d58 (patch) | |
tree | 1041e65119331850ae8a872449a421130c9b3536 /drivers/mtd | |
parent | 58540594570778fd149cd8c9b2bff61f2cefa8c9 (diff) | |
download | linux-9b562437d388582f5463a4c3f60ee97a2d4d8d58.tar.xz |
drm/modes: Fix unterminated strncpy
strncpy(dest, src, strlen(src)) leads to unterminated
dest, which is dangerous.
Fix it by using strscpy.
Fixes: 3aeeb13d8996 ("drm/modes: Support modes names on the command line")
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190731020140.3529-1-hslester96@gmail.com
Diffstat (limited to 'drivers/mtd')
0 files changed, 0 insertions, 0 deletions