On Thu, 2014-12-11 at 16:37 +0100, Mark Wielaard wrote:
> The ELF64 case didn't check for overflow and accidentially used the 32bit
> Shdr size.
>
> 2014-12-11 Mark Wielaard
>
> + * elf_begin.c (file_read_elf): Correct ELF64 section offset check.
I pushed this to master.
The ELF64 case didn't check for overflow and accidentially used the 32bit
Shdr size.
Signed-off-by: Mark Wielaard
---
libelf/ChangeLog | 4
libelf/elf_begin.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index e4c5849..cf168e