summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-12-02 15:07:59 +0100
committerTakashi Iwai <tiwai@suse.de>2013-12-02 15:10:41 +0100
commite4de211cd31665c167351a428e08199ee6355e46 (patch)
treecc45cb0130056615b11733ddf8296a36835d246e /drivers
parent88d071fc9a93de2916822910c927f28ed15c3a56 (diff)
downloadlinux-e4de211cd31665c167351a428e08199ee6355e46.tar.gz
linux-e4de211cd31665c167351a428e08199ee6355e46.tar.bz2
linux-e4de211cd31665c167351a428e08199ee6355e46.zip
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 <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions