Home
last modified time | relevance | path

Searched hist:"0 c3929092d13cf12d6b9383f057e663b6334ee04" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Drelocate.c0c3929092d13cf12d6b9383f057e663b6334ee04 Tue Oct 23 18:04:43 UTC 2012 Duncan Laurie <dlaurie@chromium.org> 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>