Files
u-boot/arch/arc/lib
Alexey Brodkin 7181a6d1cf ARC: Fix iteration in arc_xx_version()
"i" gets incremented before we're entering loop body
and effectively we iterate from 1 to 8 instead of 0 to 7.

This way we:
 a) Skip the first line of struct hs_versions
 b) Go over it and access memory beyond the structure

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2019-01-25 08:40:53 +03:00
..
2019-01-25 08:40:53 +03:00
2018-05-31 20:13:29 +03:00
2018-05-31 20:13:29 +03:00