summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-131-0/+5
* elflint: Check gnu_hash has enough data and bitmask_words is not zero.Mark Wielaard2015-05-121-1/+2
* elflint: Add sanity checks to check_attributes.Mark Wielaard2015-05-121-0/+2
* elflint: Use Use Elf64_Word for shdr->sh_info cnt.Mark Wielaard2015-05-121-0/+2
* elflint: Stop checking section when 2nd hash function shift too big.Mark Wielaard2015-05-121-0/+5
* nm: Handle dwarf_linesrc returning NULL.Mark Wielaard2015-05-121-0/+4
* Replace futimes with futimens.Max Filippov2015-05-051-0/+8
* Drop mtrace calls.Max Filippov2015-05-041-0/+12
* Link against standalone argp libraryAnthony G. Basile2015-05-041-0/+7
* readelf: Fix cie_offset calculation comparison on 32bit.Mark Wielaard2015-04-281-0/+6
* readelf: Check all offsets used in print_gdb_index_section against d_size.Mark Wielaard2015-04-281-0/+5
* readelf: Always try to print some debug section information.Mark Wielaard2015-04-281-0/+4
* readelf: Add overflow checking to print_gdb_index_section dataend checks.Mark Wielaard2015-04-281-0/+5
* src: Remove __DATE__ from internal error messages.Mark Wielaard2015-04-141-0/+7
* Publish known-dwarf.hPetr Machata2015-03-311-0/+11
* elflint: Correct gnu_symbias usage in compare_hash_gnu_hash.Mark Wielaard2015-03-131-0/+4
* elfcmp: Add some NULL and zero checks.Mark Wielaard2015-01-151-0/+6
* elflint: Add various low-level checks.Mark Wielaard2015-01-151-0/+25
* strings: Produce error when section data falls outside file.Mark Wielaard2015-01-121-0/+5
* nm: Guard against divide by zero in error check.Mark Wielaard2015-01-121-0/+5
* nm: Handle/Skip /SYM64/ index entries.Mark Wielaard2015-01-121-0/+4
* nm: Stop processing ar members on first invalid offset.Mark Wielaard2015-01-121-0/+4
* readelf: Don't try to read macinfo cus sentinel or beyond.Mark Wielaard2015-01-121-0/+5
* readelf: Add more sanity checks to print_debug_exception_table.Mark Wielaard2015-01-121-0/+6
* avoid scary command outputUlrich Drepper2014-12-181-0/+4
* readelf: Add bounds check before each CFA op that takes an argument.Mark Wielaard2014-12-171-0/+5
* readelf: Print dwarf_errmsg if dwarf_onesrcline or dwarf_linesrc fails.Mark Wielaard2014-12-171-0/+5
* readelf: Correct overflow check for length in print_debug_aranges_section.Mark Wielaard2014-12-171-0/+1
* readelf,libdw: Correct .debug_line overflow check for unit_length.Mark Wielaard2014-12-171-0/+5
* readelf: Warn, don't assert, if loclist or rangelist offset is too big.Mark Wielaard2014-12-171-0/+6
* readelf: Don't assert when addr_size or ref_size is not 4 or 8 in print_ops.Mark Wielaard2014-12-171-0/+5
* readelf: Add more bounds checks to print_gdb_index_section.Mark Wielaard2014-12-171-0/+4
* readelf: Make sure there is enough room for reading .debug_line unit_length.Mark Wielaard2014-12-171-1/+2
* readelf: Check there is enough room for the DW_LNE_set_address argumentMark Wielaard2014-12-171-0/+5
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-0/+13
* elfcmp: Make sure Elf32_Word difference doesn't wrap around in int compare.Mark Wielaard2014-12-171-0/+5
* readelf: Check TType base offset and Action table are sane in exception table.Mark Wielaard2014-12-151-0/+5
* readelf: Don't print more augmentation characters than there are.Mark Wielaard2014-12-151-0/+5
* readelf: Check count fits and doesn't overflow fptr in handle_file_note.Mark Wielaard2014-12-121-0/+5
* readelf: Report invalid data if action table doesn't follow call site table.Mark Wielaard2014-12-121-0/+5
* addr2line: Always prefer linkage_name over plain namesJosh Stone2014-12-111-0/+7
* addr2line: Iterate scopes for inline's parent functionJosh Stone2014-12-111-0/+4
* readelf: maximum operations per instruction cannot be zero in .debug_line.Mark Wielaard2014-12-111-0/+5
* readelf: DW_OP_call_ref and DW_OP_GNU_implicit_pointer are invalid for CFA.Mark Wielaard2014-12-111-0/+5
* objdump: Add various sanity checks to guard against corrupted data.Mark Wielaard2014-12-041-0/+7
* readelf: Fix overflow check in handle_sysv_hash64.Mark Wielaard2014-12-041-0/+4
* readelf: Don't trash destshdr for STT_SECTION in handle_relocs_rel[a].Mark Wielaard2014-12-041-0/+7
* readelf: Cast Dwarf_Word length to ptrdiff_t for comparison.Mark Wielaard2014-11-271-0/+5
* readelf, libdw: Guard against divide by zero line_range in .debug_line.Mark Wielaard2014-11-261-0/+5
* readelf: Check length for nexthdr overflow in print_debug_aranges_section.Mark Wielaard2014-11-261-0/+5