summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.Mark Wielaard2016-01-181-0/+4
* Fix build on 32bit systems.Mark Wielaard2016-01-081-0/+5
* elfcompress: New utility.Mark Wielaard2016-01-061-0/+6
* elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-061-0/+8
* readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-061-0/+13
* readelf: Add -z,--decompress option.Mark Wielaard2016-01-061-0/+8
* elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-051-0/+5
* nm: If the file is ET_REL and we need Dwarf use libdwfl to get it relocated.Mark Wielaard2016-01-021-0/+10
* nm: Don't leak duplicate Dwarf local names.Mark Wielaard2016-01-021-0/+4
* unstrip: Don't leak new section data.Mark Wielaard2016-01-021-0/+10
* elfcmp: Fix leaking Ebl handles.Mark Wielaard2016-01-021-0/+4
* Make zlib mandatory.Mark Wielaard2015-10-261-0/+5
* elflint: Don't check shdr or TLS symbol offsets against debuginfo phdrs.Mark Wielaard2015-10-161-0/+7
* elflint: Reject mergable string sections as relocation target.Mark Wielaard2015-10-161-0/+5
* Do not rely on ebl_check_special_section when checking debuginfo files.Jose E. Marchesi2015-10-131-0/+6
* elflint: Check relro flags are a subset of the load segment.Mark Wielaard2015-10-131-0/+5
* ldlex: Fix sign-compare warning, suppress -Wstack-usage.Mark Wielaard2015-10-121-0/+5
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-0/+17
* Move recursive nested function to file scope.Chih-Hung Hsieh2015-10-091-0/+5
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-091-0/+5
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-081-0/+6
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-071-0/+8
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-061-0/+6
* unstrip: Update sh_info when SH_INFO_LINK_P not just when SHF_INFO_LINK setMark Wielaard2015-10-051-0/+5
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-051-0/+7
* Remove old-style function definitions.Mark Wielaard2015-09-231-0/+4
* Initialize variable before use.Chih-Hung Hsieh2015-09-101-0/+6
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-071-0/+25
* readelf: handle_core_item large right shift triggers undefined behaviour.Mark Wielaard2015-09-031-0/+4
* elflint: Add gnuld check when a NOBITS section falls inside a segment.Mark Wielaard2015-08-171-0/+5
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-031-0/+9
* strings: Define MAP_POPULATE if not defined alreadyPino Toscano2015-06-271-0/+4
* nm: First call elf_getdata, then allocate memory.Mark Wielaard2015-06-271-0/+4
* findtextrel: Don't leak memory in process_file.Mark Wielaard2015-06-191-0/+4
* readelf: Make sure phdr2_mem lifetime/scope equals phdr2 pointer.Mark Wielaard2015-06-191-0/+5
* readelf: Don't leak memory on failure path in handle_gnu_hash.Mark Wielaard2015-06-191-0/+4
* elflint: Only check the PT_TLS phdr if it actually exists, warn otherwise.Mark Wielaard2015-06-191-0/+5
* nm: Fix typo in size check to determine whether we stack allocated memory.Mark Wielaard2015-06-191-0/+5
* strings: Handle failure of getting section name on bogus section data.Mark Wielaard2015-06-191-0/+5
* 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