Re: [PATCH] libdwfl: Fix relocation overlap sanity check.

2018-11-26 Thread Mark Wielaard
On Fri, 2018-11-23 at 21:20 +0100, Mark Wielaard wrote: > We would not relocate when the relocation section data or the target > section date would overlap with one of the ELF headers. This is only > really necessary if the data comes directly from the mmapped file. > Otherwise there is no real ove

[PATCH] libdwfl: Fix relocation overlap sanity check.

2018-11-23 Thread Mark Wielaard
We would not relocate when the relocation section data or the target section date would overlap with one of the ELF headers. This is only really necessary if the data comes directly from the mmapped file. Otherwise there is no real overlap and the relocations can be safely applied. One particular