summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* strings: Define MAP_POPULATE if not defined alreadyPino Toscano2015-06-272-0/+8
* nm: First call elf_getdata, then allocate memory.Mark Wielaard2015-06-272-6/+10
* findtextrel: Don't leak memory in process_file.Mark Wielaard2015-06-192-0/+5
* readelf: Make sure phdr2_mem lifetime/scope equals phdr2 pointer.Mark Wielaard2015-06-192-1/+6
* readelf: Don't leak memory on failure path in handle_gnu_hash.Mark Wielaard2015-06-192-1/+7
* elflint: Only check the PT_TLS phdr if it actually exists, warn otherwise.Mark Wielaard2015-06-192-0/+11
* nm: Fix typo in size check to determine whether we stack allocated memory.Mark Wielaard2015-06-192-1/+6
* strings: Handle failure of getting section name on bogus section data.Mark Wielaard2015-06-192-2/+11
* addr2line: Fix memory leak in print_dwarf_function.Mark Wielaard2015-06-102-5/+15
* strip: Just admit we don't support stripping ar archives for now.Mark Wielaard2015-06-102-2/+17
* elfcmp: Don't call memcmp with possible NULL d_buf.Mark Wielaard2015-06-052-1/+6
* config: Add -Wstack-usage=262144 (256K) warning check.Mark Wielaard2015-05-272-0/+19
* addr2line: Set scopes to NULL after free in handle_address.Mark Wielaard2015-05-272-0/+5
* addr2line: Add --pretty-print option to show all information on one line.Mark Wielaard2015-05-272-11/+46
* addr2line: Add demangler support.Mark Wielaard2015-05-273-7/+58
* addr2line: Add -a, --address. Print address before for each entry.Mark Wielaard2015-05-272-1/+45
* addr2line: Always parse addresses as hex numbers.Mark Wielaard2015-05-272-2/+7
* addr2line: Split options in input and output format groups.Mark Wielaard2015-05-272-3/+10
* strip: Harden against bogus input files. Don't leak tmp debug file on error.Mark Wielaard2015-05-182-77/+204
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-133-13/+13
* elflint: Check gnu_hash has enough data and bitmask_words is not zero.Mark Wielaard2015-05-122-7/+22
* elflint: Add sanity checks to check_attributes.Mark Wielaard2015-05-122-2/+6
* elflint: Use Use Elf64_Word for shdr->sh_info cnt.Mark Wielaard2015-05-122-2/+8
* elflint: Stop checking section when 2nd hash function shift too big.Mark Wielaard2015-05-122-2/+10
* nm: Handle dwarf_linesrc returning NULL.Mark Wielaard2015-05-122-4/+7
* Replace futimes with futimens.Max Filippov2015-05-053-13/+21
* Drop mtrace calls.Max Filippov2015-05-0410-38/+12
* Link against standalone argp libraryAnthony G. Basile2015-05-042-15/+22
* readelf: Fix cie_offset calculation comparison on 32bit.Mark Wielaard2015-04-282-2/+8
* readelf: Check all offsets used in print_gdb_index_section against d_size.Mark Wielaard2015-04-282-2/+18
* readelf: Always try to print some debug section information.Mark Wielaard2015-04-282-2/+4
* readelf: Add overflow checking to print_gdb_index_section dataend checks.Mark Wielaard2015-04-282-9/+20
* src: Remove __DATE__ from internal error messages.Mark Wielaard2015-04-145-12/+19
* Publish known-dwarf.hPetr Machata2015-03-312-47/+54
* elflint: Correct gnu_symbias usage in compare_hash_gnu_hash.Mark Wielaard2015-03-132-14/+20
* elfcmp: Add some NULL and zero checks.Mark Wielaard2015-01-152-7/+19
* elflint: Add various low-level checks.Mark Wielaard2015-01-152-52/+236
* 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-122-1/+6
* nm: Stop processing ar members on first invalid offset.Mark Wielaard2015-01-122-1/+5
* 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
* avoid scary command outputUlrich Drepper2014-12-182-1/+5
* readelf: Add bounds check before each CFA op that takes an argument.Mark Wielaard2014-12-172-2/+45
* readelf: Print dwarf_errmsg if dwarf_onesrcline or dwarf_linesrc fails.Mark Wielaard2014-12-172-1/+16
* 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-172-2/+7
* 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