From: Takashi Iwai Date: Mon, 2 Dec 2013 14:07:59 +0000 (+0100) Subject: ALSA: atmel: Fix possible array overflow X-Git-Tag: v3.13-rc3~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4de211cd31665c167351a428e08199ee6355e46;p=pandora-kernel.git ALSA: atmel: Fix possible array overflow 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed