Skip to content
Commit c54de490 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.



In case a series of R_MIPS_HI16 relocations was not followed by an
R_MIPS_LO16 relocation we were leaking the hi16 relocation chain.
Handle that error and return an error.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 861667dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment