summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into portableMark Wielaard2015-06-101-0/+227
|\
| * addr2line: Fix memory leak in print_dwarf_function.Mark Wielaard2015-06-101-0/+5
| * strip: Just admit we don't support stripping ar archives for now.Mark Wielaard2015-06-101-0/+5
| * elfcmp: Don't call memcmp with possible NULL d_buf.Mark Wielaard2015-06-051-0/+4
| * config: Add -Wstack-usage=262144 (256K) warning check.Mark Wielaard2015-05-271-0/+5
| * addr2line: Set scopes to NULL after free in handle_address.Mark Wielaard2015-05-271-0/+4
| * addr2line: Add --pretty-print option to show all information on one line.Mark Wielaard2015-05-271-0/+10
| * addr2line: Add demangler support.Mark Wielaard2015-05-271-0/+15
| * addr2line: Add -a, --address. Print address before for each entry.Mark Wielaard2015-05-271-0/+8
| * addr2line: Always parse addresses as hex numbers.Mark Wielaard2015-05-271-0/+5
| * addr2line: Split options in input and output format groups.Mark Wielaard2015-05-271-0/+5
| * strip: Harden against bogus input files. Don't leak tmp debug file on error.Mark Wielaard2015-05-181-0/+13
| * 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
* | Merge branch 'master' into portableMark Wielaard2014-12-191-0/+216
|\|
| * 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