Takashi Iwai 4345e2e5c7 media: rc: Use scnprintf() for avoiding potential buffer overflow
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>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-03-20 16:27:42 +01:00
..
2020-03-12 09:20:46 +01:00
2019-10-16 11:46:38 -03:00
2020-03-12 09:20:46 +01:00
2019-02-18 15:39:49 -05:00
2019-03-01 09:39:39 -05:00
2020-03-12 09:20:46 +01:00