summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera/sequencer.c
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-01-26 14:43:53 +0100
committerStefan Roese <sr@denx.de>2018-01-29 07:48:59 +0100
commit5701ba82894d679eb42df5d0b93a2d44b3df695d (patch)
treef9da3e31926758b9b6416388077a31fd56615212 /drivers/ddr/altera/sequencer.c
parent9dbaebcf9f401c5dcea762e34a3dc8ed10760623 (diff)
cfi_flash: Bound-check index before array access
In a while loop in cfi_flash.c the array "start" is accessed at the index "sector" before the index variable "sector" is bounds-checked, which might lead to accesses beyond the bounds of the array. Swap the order of the checks in the "&&" expression, so that the short-circuit evaluation prevents out-of-bounds array accesses. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/ddr/altera/sequencer.c')
0 files changed, 0 insertions, 0 deletions