Commits
Heinrich Schuchardt committed dbf4b7669c0
mips: micronas/vct: check array bounds before access If we check an index against array bounds, we should do so before accessing the array and not afterwards. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>