projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
7545906
94c1ceb
)
ASoC: Fix theoretical buffer overflow by snprintf()
author
Mark Brown
<broonie@kernel.org>
Fri, 5 Aug 2022 14:24:07 +0000
(15:24 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 5 Aug 2022 14:24:07 +0000
(15:24 +0100)
Merge series from Takashi Iwai <tiwai@suse.de>:
This is a patch series to paper over the theoretical buffer overflow
that might be caused by snprintf(). snprintf() is notorious for its
behavior and the usage of a safer version, scnprintf(), is
recommended.
Trivial merge