commit | 5549af7f42916c0d7e78a0e423ac667e27eaac3e | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Aug 05 15:24:07 2022 +0100 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 05 15:24:07 2022 +0100 |
tree | 6188f9b2f6440c56985c84c006c4d5693898da57 | |
parent | 754590651ccbbcc74a7c20907be4bb15d642bde3 [diff] | |
parent | 94c1ceb043c1a002de9649bb630c8e8347645982 [diff] |
ASoC: Fix theoretical buffer overflow by snprintf() 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.