[PATCH] drm/ttm: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
tiwai at suse.de
Wed Mar 11 07:57:53 UTC 2020
On Wed, 11 Mar 2020 08:56:11 +0100,
Christian K6nig wrote:
>
> Am 11.03.20 um 08:52 schrieb Huang Rui:
> > On Wed, Mar 11, 2020 at 03:34:52PM +0800, Takashi Iwai wrote:
> >> Since snprintf() returns the would-be-output size instead of the
> >> actual output size, the succeeding calls may go beyond the given
> >> buffer limit. Fix it by replacing with scnprintf().
> >>
> >> Signed-off-by: Takashi Iwai <tiwai at suse.de>
> > Reviewed-by: Huang Rui <ray.huang at amd.com>
>
> Reviewed-by: Christian König <christian.koenig at amd.com>
>
> Takashi, should I push this to drm-misc-next or do you want to merge
> that somehow else?
Please take through your tree as you like.
Thanks!
Takashi
More information about the dri-devel
mailing list