From: Dan Carpenter Date: Fri, 13 Sep 2013 07:44:44 +0000 (+0300) Subject: ALSA: asihpi: a couple array out of bounds issues X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c21fccd97f0ff58e6e9699370a09f6ec8946061;p=pandora-kernel.git ALSA: asihpi: a couple array out of bounds issues These ->put() functions are called from snd_ctl_elem_write() with user supplied data. snd_asihpi_tuner_band_put() is missing a limit check and the check in snd_asihpi_clksrc_put() can underflow. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed