Skip to content
Commit bb6dd575 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Pawel Moll
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
Signed-off-by: default avatarPawel Moll <pawel.moll@arm.com>
parent 6b4ed8b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment