Age | Commit message (Expand) | Author | Files | Lines |
2021-01-26 | bfd: add elfcore_write_file_note | Mihails Strasuns | 1 | -0/+8 |
2021-01-14 | Fix an illegal memory access parsing a win32pstatus note with a type of 0. | Nick Clifton | 1 | -2/+3 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -3/+12 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | constify elfNN_bed | Alan Modra | 1 | -12/+42 |
2020-12-14 | Put bfd_section_from_shdr loop detection array in elf_tdata | Alan Modra | 1 | -45/+9 |
2020-11-28 | PR26907, segment contains empty SHT_NOBITS section | Alan Modra | 1 | -1/+2 |
2020-11-27 | ELF: Support .noinit and .persistent sections | Jozef Lawrynowicz | 1 | -0/+4 |
2020-11-23 | Fix an illegal memory access when accessing corrupt dynamic secondary relocat... | Nick Clifton | 1 | -5/+8 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -3/+11 |
2020-11-18 | Support SHF_GNU_RETAIN ELF section flag | Jozef Lawrynowicz | 1 | -6/+15 |
2020-11-03 | asan: leak in bfd_section_from_shdr | Alan Modra | 1 | -3/+5 |
2020-10-29 | Fix an illegal memory access problem when processing secondary relocs for arc... | Nick Clifton | 1 | -5/+25 |
2020-10-05 | GAS: Update the .section directive so that a numeric section index can be pro... | Nick Clifton | 1 | -22/+10 |
2020-09-16 | Tidy elf_symbol_from | Alan Modra | 1 | -4/+4 |
2020-09-04 | PR26574, heap buffer overflow in _bfd_elf_slurp_secondary_reloc_section | Alan Modra | 1 | -1/+3 |
2020-09-03 | Fix a division by zero error when processing secondary relocs in a fuzzed inp... | Nick Clifton | 1 | -0/+11 |
2020-08-24 | Fix erroroneous use of '%zu' in elfcore_grok_win32pstatus | Jon Turney | 1 | -2/+2 |
2020-08-20 | Apply a workaround to mitigate a quadratic performance hit in the linker when... | Nick Clifton | 1 | -6/+16 |
2020-08-12 | Fix signedness comparison warning in elfcore_grok_win32pstatus() | Jon Turney | 1 | -1/+1 |
2020-08-12 | Only warn about malformed win32pstatus notes | Jon Turney | 1 | -13/+26 |
2020-08-12 | Add handling for 64-bit module addresses in Cygwin core dumps | Jon Turney | 1 | -8/+24 |
2020-08-12 | Refine size constraints applied to win32pstatus ELF notes | Jon Turney | 1 | -1/+16 |
2020-08-12 | Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32pstatus note | Jon Turney | 1 | -1/+1 |
2020-08-12 | Define constants for win32pstatus ELF notes | Jon Turney | 1 | -5/+9 |
2020-08-12 | Read tid from correct offset in win32pstatus NOTE_INFO_THREAD | Jon Turney | 1 | -4/+5 |
2020-08-03 | PR26330, Malloc size error in objdump | Alan Modra | 1 | -10/+30 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -2/+0 |
2020-07-28 | PR25022 testcase segfault for generic ELF linker targets | Alan Modra | 1 | -37/+27 |
2020-07-22 | Remove hack for GDB which sets the section size to 0 | Kevin Buettner | 1 | -8/+0 |
2020-06-03 | PR26069, strip/objcopy memory leaks | Alan Modra | 1 | -1/+3 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -12/+6 |
2020-05-20 | PR26011, excessive memory allocation with fuzzed reloc sections | Alan Modra | 1 | -3/+34 |
2020-05-19 | Fix thinko in recent update to bfd_section_from_shdr. | Gunther Nikl | 1 | -1/+1 |
2020-05-18 | Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file. | Nick Clifton | 1 | -2/+7 |
2020-04-23 | arc: Add support for ARC HS extra registers in core files | Anton Kolesov | 1 | -0/+27 |
2020-04-17 | PR25842, Null pointer dereference in nm-new | Alan Modra | 1 | -2/+6 |
2020-04-14 | The assembler only supports 32-bit stabs. So set sh_entsize unconditionally t... | Fangrui Song | 1 | -3/+1 |
2020-04-03 | elf: Remove zero-sized relocation section from section group | H.J. Lu | 1 | -11/+26 |
2020-03-25 | PR25662, invalid sh_offset for first section in segment with phdrs | Alan Modra | 1 | -3/+19 |
2020-03-24 | bfd: Add a bfd_boolean argument to bfd_get_symbol_version_string | H.J. Lu | 1 | -12/+4 |
2020-03-24 | Fix assertion failure in the BFD library when linking with --emit-relocs enab... | Nick Clifton | 1 | -3/+6 |
2020-03-24 | bfd: Display symbol version for nm -D | H.J. Lu | 1 | -6/+21 |
2020-03-20 | tidy elf_backend calls | Alan Modra | 1 | -18/+15 |
2020-03-19 | Fix assertion failure in the BFD library when called to parse a file containi... | Nick Clifton | 1 | -2/+7 |
2020-03-18 | Fix seg-fault in strip when copying a file containing corrupt secondary relocs. | Nick Clifton | 1 | -40/+91 |
2020-03-17 | Replace a couple of assertions in the BFD library that can be triggered by at... | Nick Clifton | 1 | -5/+23 |
2020-03-17 | Remove a double free in the BFD library triggered when parsing a corrupt file. | Nick Clifton | 1 | -1/+3 |
2020-03-16 | PR25675: SIGSEGV in bfd_octets_per_byte | Alan Modra | 1 | -7/+13 |
2020-03-14 | Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core) | Kamil Rytarowski | 1 | -1/+7 |