aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-20readelf: segfault at readelf.c:12227Alan Modra1-0/+6
2020-04-20readelf: segfaults fuzzing multiple object filesAlan Modra1-15/+14
2020-04-20readelf memory leaksAlan Modra1-5/+6
2020-04-15PR25822, Invalid read in process_symbol_tableAlan Modra1-1/+3
2020-04-15readelf: zero static vars after freeingAlan Modra1-0/+8
2020-04-15readelf: increase size of static buffersAlan Modra1-23/+11
2020-04-15Re: readelf: Consolidate --syms --use-dynamic with --dyn-symsAlan Modra1-1/+1
2020-04-14readelf memory leaks processing mipsAlan Modra1-3/+7
2020-04-14readelf: Consolidate --syms --use-dynamic with --dyn-symsH.J. Lu1-499/+500
2020-03-27Re: readelf looping in process_archiveAlan Modra1-2/+1
2020-03-25readelf looping in process_archiveAlan Modra1-2/+4
2020-03-24readelf memory leak in process_mips_specificAlan Modra1-2/+8
2020-03-20Fix compile time warnings about the possibility of using uninitialised fields...Nick Clifton1-9/+25
2020-03-19readelf.c: Use unsigned long to iterate over num_symsH.J. Lu1-4/+3
2020-03-19readelf leak in process_archiveAlan Modra1-76/+90
2020-03-19Invalid read in process_netbsd_elf_noteAlan Modra1-7/+10
2020-03-16asan: readelf leak in hppa_process_unwindAlan Modra1-79/+75
2020-03-14Re: asan: more readelf leaksAlan Modra1-0/+2
2020-03-14readelf large memory allocationAlan Modra1-1/+2
2020-03-14asan: readelf: memory leaksAlan Modra1-8/+30
2020-03-14Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski1-1/+6
2020-03-13asan: more readelf leaksAlan Modra1-58/+94
2020-03-12asan: readelf leaksAlan Modra1-1/+23
2020-03-09PR25645, readelf segfault reading fuzzed alpha-vms binaryAlan Modra1-12/+12
2020-03-08readelf.c: Fix a typo in commentsH.J. Lu1-1/+1
2020-03-02Restore readelf's string dump to previous behaviour where newlines were cause...Nick Clifton1-7/+73
2020-02-27Fix an illegal memory access by readelf when displaying the contents of a cor...Nick Clifton1-0/+3
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-0/+1
2020-02-03readelf: add missing newlines to error messagesAndreas Schwab1-6/+9
2020-01-28Improve warning message from debuginfod support in readelf.Nick Clifton1-21/+16
2020-01-24Fix issue with warning messages about corrupt debuginfod notes.Nick Clifton1-2/+2
2020-01-22PR25417, Fix minor typosYuri Chornoivan1-1/+1
2020-01-13PR23560, PR23561, readelf memory leaksAlan Modra1-11/+20
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey1-0/+132
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-0/+29
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23Revise sleb128 and uleb128 readerAlan Modra1-154/+71
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess1-1/+1
2019-11-06Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers1-3/+7
2019-10-25readelf PT_PHDR checkAlan Modra1-5/+11
2019-10-07Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz1-1/+31
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock1-11/+11
2019-10-03binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock1-2/+8
2019-10-03libctf, binutils: dump the CTF headerNick Alcock1-3/+4
2019-09-30PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect...Alan Modra1-3/+3
2019-08-16PR24909, Uninitialized use on stack in readelfAlan Modra1-6/+3
2019-08-09Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic1-4/+48
2019-08-08Change the output of readelf's note display so that the "Data size" column he...Nick Clifton1-1/+1
2019-08-08readelf: mask unknown description data bytes.Jordan Rupprecht via binutils1-1/+1