summaryrefslogtreecommitdiff
path: root/sound/sh
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-05-14 16:48:28 +0200
committerTakashi Iwai <tiwai@suse.de>2010-05-17 08:09:51 +0200
commitb0fb75ad5c8ca205396d7a493c9be5a5da802747 (patch)
tree11c6eaf8454e4755cc5b7a4f49becdb97af672d9 /sound/sh
parent89485d4931769d40353ea49bff1596accff8f06e (diff)
downloadlinux-3.10-b0fb75ad5c8ca205396d7a493c9be5a5da802747.tar.gz
linux-3.10-b0fb75ad5c8ca205396d7a493c9be5a5da802747.tar.bz2
linux-3.10-b0fb75ad5c8ca205396d7a493c9be5a5da802747.zip
ALSA: es1688: add pedantic range checks
Smatch complains that if (dev == SNDRV_CARDS) we're one past the end of the array. That's unlikely to happen in real life, I suppose. Also smatch complains about "strcpy(card->shortname, pcm->name);" The "pcm->name" buffer is 80 characters and "card->shortname" is 32 characters. If you follow the call paths it turns out we never actually use more than 16 characters so it's not a problem. But anyway, let's make it easy for people auditing this in the future. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/sh')
0 files changed, 0 insertions, 0 deletions