From: Mark Brown Date: Fri, 5 Aug 2022 14:24:07 +0000 (+0100) Subject: ASoC: Fix theoretical buffer overflow by snprintf() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5549af7f42916c0d7e78a0e423ac667e27eaac3e;p=users%2Fjedix%2Flinux-maple.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