summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Don't allocate phdrs and dyn on stack in dwfl_segment_report_module.Mark Wielaard2015-05-272-26/+47
* libdwfl: find_debuginfo_in_patch don't alloca/strdupa strings of unknown size.Mark Wielaard2015-05-272-7/+37
* libdwfl: Reject very short or really large build-ids.Mark Wielaard2015-05-272-4/+25
* libdwfl: Don't allocate all phdrs on the stack in elf_from_remote_memory.Mark Wielaard2015-05-272-19/+45
* libdwfl: Don't stack allocate alternate_name in dwfl_linux_kernel_find_elf.Mark Wielaard2015-05-272-1/+13
* libdwfl: Minimize stack usage in dwfl_linux_kernel_report_offline.Mark Wielaard2015-05-272-8/+22
* libdw: Fix possibly unbounded stack usage in __libdw_intern_expression.Mark Wielaard2015-05-272-15/+36
* libdwfl: Fix unbounded stack usage in find_prelink_address_sync.Mark Wielaard2015-05-272-19/+47
* libdwfl: Fix possible unbounded stack usage in cache_sections.Mark Wielaard2015-05-272-9/+33
* libebl: Don't blow up stack when processing large NT_GNU_ABI_TAG.Mark Wielaard2015-05-272-2/+22
* libebl: Use static number for array stack allocation in openbackend.Mark Wielaard2015-05-272-2/+13
* libelf: Fix possible unbounded stack usage in updatefile.Mark Wielaard2015-05-272-3/+26
* libelf: Fix possible unbounded stack usage in updatemmap.Mark Wielaard2015-05-272-8/+28
* libelf: Fix possible unbounded stack usage in elf_getarsym.Mark Wielaard2015-05-272-2/+17
* 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-276-11/+81
* addr2line: Add demangler support.Mark Wielaard2015-05-277-7/+136
* addr2line: Add -a, --address. Print address before for each entry.Mark Wielaard2015-05-276-1/+140
* addr2line: Always parse addresses as hex numbers.Mark Wielaard2015-05-275-3/+15
* addr2line: Split options in input and output format groups.Mark Wielaard2015-05-272-3/+10
* libelf: Use posix_fallocate instead of ftruncate to extend ELF file.Mark Wielaard2015-05-272-3/+18
* configure: Add --enable-sanitize-undefined.Mark Wielaard2015-05-273-2/+26
* libelf: If e_phnum is zero then set e_phoff also to zero.Mark Wielaard2015-05-182-0/+13
* strip: Harden against bogus input files. Don't leak tmp debug file on error.Mark Wielaard2015-05-182-77/+204
* libelf: More checking of valid sh_addralign values.Mark Wielaard2015-05-183-0/+26
* libelf: Make sure shdrs are valid before storing extended phnum in newphdr.Mark Wielaard2015-05-182-1/+17
* dwarf_begin_elf: new error for compression failureJonathan Lebon2015-05-134-61/+97
* dwarf_begin_elf: decouple section searching from readingJonathan Lebon2015-05-132-31/+36
* Always call gelf_fsize with EV_CURRENT as argument.Mark Wielaard2015-05-135-14/+18
* libdwfl: Only intern CU when not EOF marker and cuoff points to a DIE.Mark Wielaard2015-05-122-40/+49
* 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
* libdw: Detect line number overflow in dwarf_getsrclines on 32bit.Mark Wielaard2015-05-122-1/+7
* nm: Handle dwarf_linesrc returning NULL.Mark Wielaard2015-05-122-4/+7
* libdw: dwarf_getaranges check there is enough data before reading.Mark Wielaard2015-05-122-2/+19
* libdwfl: Bounds check Dwarf_Fileinfo file number in dwfl_lineinfo.Mark Wielaard2015-05-122-1/+11
* libdwfl: Make dwfl_error.c C99-kosher.Roland McGrath2015-05-062-4/+24
* libelf: Make sure version xlate dest buffer is fully defined.Mark Wielaard2015-05-062-1/+16
* Replace assert_perror with assertMax Filippov2015-05-055-20/+28
* 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-048-31/+81
* configure: fix enable_demangler settingMax Filippov2015-05-032-2/+6
* tests: Split run-stack tests to support missing demangler.Mark Wielaard2015-05-017-14/+125
* configure: print feature settings overviewMark Wielaard2015-05-014-5/+57
* Update elf.h from glibc.Mark Wielaard2015-04-284-13/+192
* readelf: Fix cie_offset calculation comparison on 32bit.Mark Wielaard2015-04-282-2/+8
* libdw: Undefined behavior in get_sleb128_step.Mark Wielaard2015-04-282-4/+27