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@suse.de
Reviewed-by: Huang Rui ray.huang@amd.com
Reviewed-by: Christian König christian.koenig@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