commit | 9a30ae2df29c27eca58581862928ee2c7bbdfa76 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Oct 19 14:29:27 2015 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 19 14:00:49 2015 +0200 |
tree | 254afb63accbe18c8b6a91d333dcf051ac356725 | |
parent | 9fa5cf8c54940688ceb3a52eed7938b6b6585fc8 [diff] |
ALSA: firewire-tascam: off by one in identify_model() Let's leave space for the NUL char otherwise the static checkers complain that we go beyond the end of the array. Fixes: 53b3ffee7885 ('ALSA: firewire-tascam: change device probing processing') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>