diff options
author | Takashi Iwai <[email protected]> | 2020-03-11 10:06:44 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2020-03-27 11:30:24 +0100 |
commit | 7eb42f9855909cc10f5ba809c500ac0032fd60b8 (patch) | |
tree | 69d43a7e710d065ccac00031ff7fd78259326dc9 /tools/perf/scripts | |
parent | 492464cd464da92242b9e9fc5aec879033bc3df6 (diff) |
pinctrl: mediatek: 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions