> /* First see whether the information in the section header is > valid and it does not ask for too much. */ > if (unlikely (offset + size > elf->maximum_size)) This is not overflow-proof.