diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-03-11 10:49:16 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-18 14:24:19 +0300 |
commit | d108b132ea39cdcd63a1d6b4460fc4c7d183c7e5 (patch) | |
tree | 1183967275197a2294b2cb366457aa32ca392587 /drivers/char/agp/via-agp.c | |
parent | f276d3ea884d1fedbdf9bc88cdd64e8ab4367ff9 (diff) | |
download | linux-d108b132ea39cdcd63a1d6b4460fc4c7d183c7e5.tar.xz |
misc: mic: 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>
Link: https://lore.kernel.org/r/20200311074916.8783-1-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/agp/via-agp.c')
0 files changed, 0 insertions, 0 deletions