From: Mark Brown Date: Fri, 5 Aug 2022 14:24:07 +0000 (+0100) Subject: ASoC: Fix theoretical buffer overflow by snprintf() X-Git-Tag: v6.0-rc2~22^2~6^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5549af7f42916c0d7e78a0e423ac667e27eaac3e;p=thirdparty%2Fkernel%2Flinux.git ASoC: Fix theoretical buffer overflow by snprintf() Merge series from Takashi Iwai : 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. --- 5549af7f42916c0d7e78a0e423ac667e27eaac3e