commit | e51e47d38ef2f15a2d81d48621121e0a30aad316 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun May 26 15:00:30 2013 +0800 |
committer | Andy Fleming <afleming@freescale.com> | Thu Jun 20 17:08:51 2013 -0500 |
tree | b03f3b2c47c19209e61ee7936f257e3052fec936 | |
parent | f90572d91bfca3cfa1cdf5b5728bddd63e9bed55 [diff] |
powerpc: mpc85xx/mpc86xx: Fix off-by-one boundary checking with ARRAY_SIZE If a variable is used as array subscript, it's valid value range is 0 ... ARRAY_SIZE -1. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Andy Fleming <afleming@freescale.com>