From: Dan Carpenter Date: Fri, 21 Jun 2013 12:25:33 +0000 (+0300) Subject: ALSA: vx_core: off by one in vx_read_status() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fefe228c5f13809f77e6b2873ffe8bfb006cadd4;p=pandora-kernel.git ALSA: vx_core: off by one in vx_read_status() This code is older than git, and I haven't tested it, but if size == SIZE_MAX_STATUS then we would write one space past the end of the rmh->Stat[] array. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed