commit | 9b562437d388582f5463a4c3f60ee97a2d4d8d58 | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Wed Jul 31 10:01:40 2019 +0800 |
committer | Maxime Ripard <maxime.ripard@bootlin.com> | Sat Aug 03 12:03:01 2019 +0200 |
tree | 1041e65119331850ae8a872449a421130c9b3536 | |
parent | 58540594570778fd149cd8c9b2bff61f2cefa8c9 [diff] |
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