summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Don't printf a known NULL symname.Mark Wielaard2019-04-302-1/+5
* unstrip: Robustify gelf_getshdr and gelf_getsymshndx calls.Mark Wielaard2019-04-282-0/+10
* size: Robustify against gelf_getshdr returning NULL.Mark Wielaard2019-04-282-0/+13
* nm: Simplify naming of invalid sections, check shdr isn't NULL.Mark Wielaard2019-04-282-8/+11
* elfcmp: Handle bad sections without crashing.Mark Wielaard2019-04-282-3/+7
* libebl: Check ebl is not NULL in ebl_symbol_[binding|type]_name.Mark Wielaard2019-04-283-0/+9
* libdwfl: Make sure to left shift a unsigned 64bit value in expr_eval.Mark Wielaard2019-04-282-1/+6
* libdwfl: Don't call realloc with zero in cu.c addraranges.Mark Wielaard2019-04-282-2/+9
* libdw: Remove unused variable initialization in dwarf_siblingof.Mark Wielaard2019-04-282-1/+5
* libdw: Call check_constant_offset with direct pointers.Mark Wielaard2019-04-282-1/+6
* libdw: Reject DW_OP_implicit_value in CFI.Mark Wielaard2019-04-282-0/+7
* config: Add git tag --verify to upload-release.sh.Mark Wielaard2019-04-152-0/+5
* backends: riscv_cfi.c had a bad BACKEND define.Mark Wielaard2019-04-142-1/+5
* libelf: Sync elf.h from glibcMao Han2019-04-142-2/+98
* readelf: Print DW_AT_data_member_location as decimal offset, not hex number.Mark Wielaard2019-04-102-1/+6
* readelf: print_debug_macinfo_section, check cus[0] is not the sentinel.Mark Wielaard2019-03-292-3/+8
* libdwfl: Sanity check partial core file phdrs data read.Mark Wielaard2019-03-272-0/+11
* strip: Files with symbols referring to non-existing sections are illformedMark Wielaard2019-03-272-0/+5
* libelf: Use posix_memalign instead of aligned_alloc.Mark Wielaard2019-03-072-3/+22
* libasm: Check return value of gelf_update_ehdr in asm_end.Mark Wielaard2019-03-062-1/+9
* libelf: Fix possible resource leak in elf[32|64]_updatefile.Mark Wielaard2019-03-062-0/+6
* tests: Remove tgkill define from backtrace.cMark Wielaard2019-03-042-1/+4
* libelf: Remove unused __elf_xfctstof.Mark Wielaard2019-02-283-6/+5
* libelf: Remove unused internal __elf[32|64]_msize functions.Mark Wielaard2019-02-283-12/+7
* libelf: There is just one ELF version.Mark Wielaard2019-02-2817-176/+111
* libdwfl: Initialize notes early in intuit_kernel_bounds.Mark Wielaard2019-02-282-5/+8
* libelf: Handle zero size decompressed data.Mark Wielaard2019-02-192-13/+28
* s390: elflint should check if _GLOBAL_OFFSET_TABLE_ points to .got.elfutils-0.176Mark Wielaard2019-02-153-0/+44
* Prepare for 0.176Mark Wielaard2019-02-1412-691/+804
* libelf: Make sure ar_size is terminated when reading ar long names.Mark Wielaard2019-02-142-4/+23
* libdw: Check there is enough space for CU 64bit length, version and type.Mark Wielaard2019-02-012-3/+20
* readelf: Check there is enough data to read DWARF line opcodes arguments.Mark Wielaard2019-02-011-4/+14
* configure: Add new --enable-install-elfh option.Mark Wielaard2019-01-316-4/+41
* tests: Remove assert (errno == 0) from tests.Mark Wielaard2019-01-314-17/+10
* tests: parse inode in /proc/pid/maps/correctly in run-backtrace-data.shYonghong Song2019-01-312-1/+6
* libebl: Check GNU property note data padding fits inside note.Mark Wielaard2019-01-302-8/+14
* libdwfl: parse inode in /proc/pid/maps correctlyYonghong Song2019-01-292-1/+6
* tests: Use separate files for strip outputsUlf Hermann2019-01-243-28/+51
* strip: Fix check test for SHN_XINDEX symbol.Mark Wielaard2019-01-244-10/+39
* readelf: Don't go past end of line data reading unknown opcode parameters.Mark Wielaard2019-01-222-1/+7
* libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table.Mark Wielaard2019-01-224-5/+24
* libdwfl: Sanity check partial core file dyn data read.Mark Wielaard2019-01-222-0/+11
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-167-26/+42
* libelf: Correct overflow check in note_xlate.Mark Wielaard2019-01-162-2/+7
* libebl: Check GNU property note pr_datasz fits inside note description.Mark Wielaard2019-01-162-0/+11
* Skip run-readelf-compressed.sh test if built without bzip2Ulf Hermann2019-01-132-0/+9
* RISC-V: Add untested 32-bit core file support.Jim Wilson2019-01-135-14/+53
* RISC-V: Add initial return value location support.Jim Wilson2019-01-104-2/+269
* RISC-V: Improve riscv64 core file support.Jim Wilson2019-01-084-18/+34
* libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.Mark Wielaard2018-12-039-5/+134