ALSA: atmel: Fix possible array overflow
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 14:07:59 +0000 (15:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Dec 2013 14:10:41 +0000 (15:10 +0100)
The static checker found a possible array overflow in atmel/abdac.c:
  static checker warning: "sound/atmel/abdac.c:373 set_sample_rates()
        error: buffer overflow 'dac->rates' 6 <= 6"

This patch papers over the buggy point, by ensuring that dac->rates[]
update not overflowing the actual array size.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found