]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libelf: Add ELF_E_INVALID_ELF error value.
authorMark Wielaard <mark@klomp.org>
Wed, 4 Oct 2017 14:51:15 +0000 (16:51 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 13 Oct 2017 14:22:06 +0000 (16:22 +0200)
commitfef9e11b308465ee83e9559e5e545b9b13da2df2
treefef05caa16ece9258edb99e85b895e33f3df9696
parent734118467b1a28f9b1765a769e1269ec56bb78cf
libelf: Add ELF_E_INVALID_ELF error value.

Add ELF_E_INVALID_ELF which is set when the ELF file data is bad.
This is different from ELF_E_INVALID_FILE which is set when the file
could not be read.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/ChangeLog
libelf/elf_begin.c
libelf/elf_error.c
libelf/elf_getshdrstrndx.c
libelf/libelfP.h
tests/ChangeLog
tests/msg_tst.c