summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libdw: fix offset for sig8 lookup in dwarf_formref_dieJason P. Leasure2015-01-142-1/+6
* libdw: Check sibling attribute offset still falls inside CU data.Mark Wielaard2015-01-122-0/+12
* strings: Produce error when section data falls outside file.Mark Wielaard2015-01-122-2/+20
* nm: Guard against divide by zero in error check.Mark Wielaard2015-01-122-5/+13
* nm: Handle/Skip /SYM64/ index entries.Mark Wielaard2015-01-124-2/+23
* nm: Stop processing ar members on first invalid offset.Mark Wielaard2015-01-122-1/+5
* libelf: ar_size cannot be negative. Fix max ar size.Mark Wielaard2015-01-122-1/+13
* readelf: Don't try to read macinfo cus sentinel or beyond.Mark Wielaard2015-01-122-1/+7
* readelf: Add more sanity checks to print_debug_exception_table.Mark Wielaard2015-01-122-4/+20
* libdw: Prevent infinite recursion when processing DW_TAG_imported_unit.Mark Wielaard2015-01-127-15/+51
* libelf: Fix dir traversal vuln in ar extraction.Alexander Cherepanov2014-12-292-4/+6
* tests: Don't match libfunc symbol on ppc64 in run-deleted.sh testcase.elfutils-0.161Mark Wielaard2014-12-192-1/+11
* tests: vdsosyms should not fail for architectures that don't have a vdso.Mark Wielaard2014-12-192-7/+15
* tests: run-deleted.sh should SKIP if arch doesn't support unwinding.Mark Wielaard2014-12-193-5/+12
* libdwfl: Always try find_dynsym last, also on find_symtab ELF errors.Mark Wielaard2014-12-192-1/+8
* libdwfl: Remove p_align sanity check from elf_from_memory.Mark Wielaard2014-12-192-9/+9
* avoid scary command outputUlrich Drepper2014-12-1810-6/+26
* Prepare 0.161 release.Mark Wielaard2014-12-1811-1703/+1978
* tests: Add testfile-macros-0xff.bz2 to EXTRA_DIST.Mark Wielaard2014-12-182-0/+5
* libdwfl: Make sure symstrdata->d_buf != NULL in relocate resolve_symbol.Mark Wielaard2014-12-182-1/+6
* readelf: Add bounds check before each CFA op that takes an argument.Mark Wielaard2014-12-172-2/+45
* libdw: Check diridx is valid under DW_LNE_define_file in dwarf_getsrclines.Mark Wielaard2014-12-172-0/+10
* readelf: Print dwarf_errmsg if dwarf_onesrcline or dwarf_linesrc fails.Mark Wielaard2014-12-172-1/+16
* libelf: Make sure ar archive long_names len fits in mapped ELF file.Mark Wielaard2014-12-172-5/+15
* libelf: Check index_size doesn't overflow in elf_getarsym.Mark Wielaard2014-12-172-1/+6
* libdw: Make sure there is enough space to read offset in dwarf_getpubnames.Mark Wielaard2014-12-172-0/+8
* readelf: Correct overflow check for length in print_debug_aranges_section.Mark Wielaard2014-12-172-1/+2
* readelf,libdw: Correct .debug_line overflow check for unit_length.Mark Wielaard2014-12-174-4/+14
* readelf: Warn, don't assert, if loclist or rangelist offset is too big.Mark Wielaard2014-12-172-16/+35
* readelf: Don't assert when addr_size or ref_size is not 4 or 8 in print_ops.Mark Wielaard2014-12-172-15/+13
* libdw: dwarf_getpubnames set error to DWARF_E_NO_ENTRY for zero entries.Mark Wielaard2014-12-172-2/+2
* readelf: Add more bounds checks to print_gdb_index_section.Mark Wielaard2014-12-172-3/+9
* libdw: Add bounds checking to dwarf_getpubnames.Mark Wielaard2014-12-172-3/+20
* readelf: Make sure there is enough room for reading .debug_line unit_length.Mark Wielaard2014-12-172-1/+4
* readelf: Check there is enough room for the DW_LNE_set_address argumentMark Wielaard2014-12-172-0/+7
* libelf: Clear any garbage left in the ar name table.Mark Wielaard2014-12-172-2/+11
* libdw: Unroll the first get_sleb128 step to help the compiler optimize.Mark Wielaard2014-12-172-3/+11
* libdw: pre-compute leb128 loop limitsJosh Stone2014-12-172-2/+21
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-1724-245/+433
* libdw: Make sure all attributes come with a (fake) CU for bound checks.Mark Wielaard2014-12-1714-54/+139
* elfcmp: Make sure Elf32_Word difference doesn't wrap around in int compare.Mark Wielaard2014-12-172-2/+6
* libdwfl: Make sure elf_getdata_rawchunk size_t doesn't overflow find_dynsym.Mark Wielaard2014-12-162-1/+14
* libdw: Make sure end of next cu doesn't overflow section data size.Mark Wielaard2014-12-162-0/+10
* Guard against 64bit unsigned wrap around in (int) compare functions.Mark Wielaard2014-12-164-2/+16
* Add config/compile as installed by automake 1.14Josh Stone2014-12-152-0/+5
* readelf: Check TType base offset and Action table are sane in exception table.Mark Wielaard2014-12-152-2/+14
* readelf: Don't print more augmentation characters than there are.Mark Wielaard2014-12-152-3/+9
* libelf: Correct ELF64 section offset check in file_read_elf.Mark Wielaard2014-12-152-2/+6
* libelf: Add some ar header sanity checking.Mark Wielaard2014-12-152-3/+18
* tests: Add an explicit -fasynchronous-unwind-tables for deleted-lib.so.Mark Wielaard2014-12-142-1/+6