ALSA: hda: generic: Check potential mixer name string truncation
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 Sep 2023 08:28:02 +0000 (10:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Sep 2023 11:22:16 +0000 (13:22 +0200)
commit5f6af0050a7a6f8d7972267ddd3a75970e13931e
tree607da9c7b93f46062985c3afef8e4eb19777a96f
parent28329936d1e2ff4b962daca1c943f0150890d51e
ALSA: hda: generic: Check potential mixer name string truncation

add_control_with_pfx() constructs a mixer name element with the fixed
size, and it got compile warnings with -Wformat-truncation.

Although the size overflow is very unlikely, let's have a sanity check
of the string size and returns the error if it really doesn't fit
instead of silent truncation.

Link: https://lore.kernel.org/r/20230915082802.28684-14-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_generic.c