[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <170138163824.3649248.18015700667277399745.b4-ty@chromium.org>
Date: Thu, 30 Nov 2023 14:00:40 -0800
From: Kees Cook <keescook@...omium.org>
To: Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
Justin Stitt <justinstitt@...gle.com>
Cc: Kees Cook <keescook@...omium.org>,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org,
Xu Panda <xu.panda@....com.cn>
Subject: Re: [PATCH v2] drm/modes: replace deprecated strncpy with strscpy_pad
On Mon, 16 Oct 2023 22:38:20 +0000, Justin Stitt wrote:
> `strncpy` is deprecated for use on NUL-terminated destination strings
> [1] and as such we should prefer more robust and less ambiguous string
> interfaces.
>
> We should NUL-pad as there are full struct copies happening in places:
> | struct drm_mode_modeinfo umode;
> |
> | ...
> | struct drm_property_blob *blob;
> |
> | drm_mode_convert_to_umode(&umode, mode);
> | blob = drm_property_create_blob(crtc->dev,
> | sizeof(umode), &umode);
>
> [...]
Applied to for-next/hardening, thanks!
[1/1] drm/modes: replace deprecated strncpy with strscpy_pad
https://git.kernel.org/kees/c/d8d273c595db
Take care,
--
Kees Cook
Powered by blists - more mailing lists