Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | Remove some static buffers | Alan Modra | 1 | -4/+7 |
2020-08-21 | fix objcopy of PE images with .buildid section | Jan Beulich | 1 | -15/+19 |
2020-07-09 | Remove powerpc PE support | Alan Modra | 1 | -112/+1 |
2020-06-29 | asan: _bfd_pei_slurp_codeview_record use of uninit value | Alan Modra | 1 | -2/+8 |
2020-06-29 | C++ comments | Alan Modra | 1 | -5/+5 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -20/+10 |
2020-04-15 | PR25823, Use after free in bfd_hash_lookup | Alan Modra | 1 | -10/+10 |
2020-03-30 | Fix objcopy's --preserve-dates command line option so that it will work with ... | Nick Clifton | 1 | -2/+2 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -2/+2 |
2020-01-30 | Identify reproducible builds in 'objdump -p' output for PE files | Jon Turney | 1 | -5/+80 |
2020-01-30 | Add some new PE_IMAGE_DEBUG_TYPE values | Jon Turney | 1 | -1/+6 |
2020-01-30 | Bugfixes for pe_print_debugdata() | Jon Turney | 1 | -3/+5 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-05 | Fix a problem computing the size fields in the PE format header. | Nick Clifton | 1 | -0/+3 |
2019-10-29 | When copying pe format files, copy the dos_message array, rather than re-init... | Andrew Eikum | 1 | -16/+5 |
2019-10-14 | PR24955, libbfd terminating program on out of memory (part2) | Alan Modra | 1 | -1/+4 |
2019-07-23 | Allow objdump to recognise the System.Runtime.dll files that get shipped with... | Omar Majid | 1 | -0/+7 |
2019-03-01 | PR24272, out-of-bounds read in pex64_xdata_print_uwd_codes | Alan Modra | 1 | -18/+17 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-09 | Correct comment concerning PE timestamp insertion. | Bernhard M. Wiedemann | 1 | -1/+2 |
2018-10-16 | Simplify PR23110 PE_DEBUG_DATA size checks | Alan Modra | 1 | -12/+2 |
2018-10-16 | PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leak | Alan Modra | 1 | -0/+4 |
2018-09-20 | PR23685, buffer overflow | Alan Modra | 1 | -5/+6 |
2018-05-09 | PR23148, Heap buffer overflow in pe_print_edata | Alan Modra | 1 | -1/+1 |
2018-05-09 | PR23147, Heap buffer overflow in pe_print_idata | Alan Modra | 1 | -1/+1 |
2018-05-07 | Replace uses of strncmp with memcmp | Alan Modra | 1 | -7/+7 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -3/+4 |
2018-04-24 | Fix an illegal memory access when copying a PE format file with corrupt debug... | Nick Clifton | 1 | -0/+9 |
2018-02-26 | AOUT/COFF/PE messages | Alan Modra | 1 | -6/+6 |
2018-02-19 | %L conversions | Alan Modra | 1 | -3/+5 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -15/+15 |
2018-02-12 | Add support for reading msdos MZ executables. | Zebediah Figura | 1 | -2/+2 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -164/+164 |
2017-09-14 | Fix address violation when parsing a corrupt PE binary. | Nick Clifton | 1 | -2/+3 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -2/+2 |
2017-06-06 | Handle printing information about PE format files which have 0 as the value o... | Daniel Bonniot de Ruisselet | 1 | -0/+5 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -9/+9 |
2017-04-19 | Correct PE reloc display | Wedson Almeida Filho | 1 | -1/+1 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -7/+6 |
2017-04-04 | Use symbolic constants instead of magic numbers with add_data_entry() | Jon Turney | 1 | -5/+5 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-25 | Prevent problems with section alignment by not shrinking the .rsrc section. | Jon Turney | 1 | -20/+2 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -3/+23 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -4/+4 |
2016-09-27 | Ensure that the timestamp in PE/COFF headers is always initialised. | Nick Clifton | 1 | -0/+2 |
2016-03-22 | Fix possible unbounded stack use in peXXigen.c | Nick Clifton | 1 | -5/+9 |
2016-01-18 | Use a 32-bit value to hold the section number in the internal COFF symbol str... | Nick Clifton | 1 | -2/+2 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |