]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Fix theoretical buffer overflow by snprintf()
authorMark Brown <broonie@kernel.org>
Fri, 5 Aug 2022 14:24:07 +0000 (15:24 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 5 Aug 2022 14:24:07 +0000 (15:24 +0100)
commitb3a7aa884a5ef8e9c1da1fed94ae68c066e4a9ba
tree6188f9b2f6440c56985c84c006c4d5693898da57
parent1b235d4ab5d0ac15a0cfb9fcb3924143706c950e
parent2837393337da7483777a40b6994a582e2e298d94
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.