Re: [PATCH] libelf: Correct ELF64 section offset check in file_read_elf.

2014-12-15 Thread Mark Wielaard
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.

[PATCH] libelf: Correct ELF64 section offset check in file_read_elf.

2014-12-11 Thread Mark Wielaard
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