From: Heinrich Schuchardt Date: Mon, 14 Apr 2014 07:42:01 +0000 (+0100) Subject: arm/mach-vexpress: array accessed out of bounds X-Git-Tag: omap-for-v3.16/pm-signed~52^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6dd5757c12e9f3f25da971f1ea45c777ae79ab;p=pandora-kernel.git arm/mach-vexpress: array accessed out of bounds dcscb_allcpus_mask is an array of size 2. The index variable cluster has to be checked against this limit before accessing the array. Signed-off-by: Heinrich Schuchardt Acked-by: Nicolas Pitre Signed-off-by: Pawel Moll --- Reading git-diff-tree failed