kernel-ark/sound/isa
Dan Carpenter b0fb75ad5c 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>
2010-05-17 08:09:51 +02:00
..
ad1816a Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge 2009-02-16 23:03:57 +01:00
ad1848
cs423x include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
es1688 ALSA: es1688: add pedantic range checks 2010-05-17 08:09:51 +02:00
gus ALSA: es1688: allocate snd_es1688 structure as a part of snd_card structure 2010-05-10 09:48:59 +02:00
msnd include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
opti9xx include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
sb ALSA: Merge es1688 and es968 drivers 2010-05-10 09:49:30 +02:00
wavefront include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wss ALSA: opti93x: move controls definitions to opti93x driver 2009-12-11 14:43:16 +01:00
adlib.c
als100.c ALSA: dt019x: merge into the als100 driver 2009-12-11 14:43:04 +01:00
azt2320.c
cmi8330.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
es18xx.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
Kconfig ALSA: Merge es1688 and es968 drivers 2010-05-10 09:49:30 +02:00
Makefile ALSA: dt019x: merge into the als100 driver 2009-12-11 14:43:04 +01:00
opl3sa2.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
sc6000.c ALSA: sc6000: enable joystick port 2009-05-04 09:08:22 +02:00
sgalaxy.c
sscape.c ALSA: sscape: coding style fixes 2009-10-10 10:54:52 +02:00