u-boot/arch/x86
Duncan Laurie 0c3929092d x86: Fix off-by-one error in do_elf_reloc_fixups()
The use of post-increment with a do-while loop results in
the loop going one step too far when handling relocation fixups.

In about 1/100 cases this would cause it to hang.

Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-12-06 14:30:40 -08:00
..
cpu x86: Ignore memory >4GB when parsing Coreboot tables 2012-12-06 14:30:40 -08:00
include/asm x86: Import MSR/MTRR code from Linux 2012-12-06 14:30:39 -08:00
lib x86: Fix off-by-one error in do_elf_reloc_fixups() 2012-12-06 14:30:40 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00