On Mon, Nov 28, 2022 at 09:19:37AM +0100, Maxime Ripard wrote: > The mode name in struct drm_cmdline_mode can hold 32 characters at most, > which can easily get overrun. Switch to strscpy() to prevent such a > thing. > > Reported-by: coverity-bot <[email protected]> > Addresses-Coverity-ID: 1527354 ("Security best practices violations") > Fixes: a7ab155397dd ("drm/modes: Switch to named mode descriptors") > Signed-off-by: Maxime Ripard <[email protected]>
Reviewed-by: Kees Cook <[email protected]> -- Kees Cook
