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-07-15 | PR26239, memory leak in _bfd_dwarf2_slurp_debug_info | Alan Modra | 1 | -4/+10 |
2020-07-15 | Fix an illegal memory access in the BFD library which can be triggered by att... | Nick Clifton | 1 | -1/+1 |
2020-07-15 | PR26198 MinGW failure to link regular object file and LTO object file | Markus Böck | 1 | -1/+2 |
2020-07-01 | PR26188, buff overflow in coff_find_nearest_line_with_names | Alan Modra | 1 | -2/+6 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -9/+4 |
2020-05-11 | PR25961, buffer overflow in coff_swap_aux_in | Alan Modra | 1 | -7/+7 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -5/+5 |
2020-02-19 | file size check in _bfd_alloc_and_read | Alan Modra | 1 | -7/+1 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -44/+18 |
2020-02-19 | _bfd_mul_overflow | Alan Modra | 1 | -9/+8 |
2020-02-19 | bfd_get_file_size calls | Alan Modra | 1 | -4/+8 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -4/+4 |
2020-01-30 | Remove need to clear obj_coff_keep_syms in coff object_p | Alan Modra | 1 | -8/+7 |
2020-01-24 | Fix an illegal call to free() when copying a PE format file. | Nick Clifton | 1 | -2/+4 |
2020-01-04 | coff: free malloc'd memory on successful target match too | Alan Modra | 1 | -0/+3 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-30 | coff object_p memory leaks | Alan Modra | 1 | -0/+3 |
2019-12-29 | coff_close_and_cleanup | Alan Modra | 1 | -0/+15 |
2019-11-19 | PR25197, assertion fail coffgen.c | Alan Modra | 1 | -15/+10 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -3/+3 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -4/+4 |
2019-09-11 | Tidy ld/ldmisc.c | Alan Modra | 1 | -0/+11 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -2/+2 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-03-28 | PR24392, Clang warning Wtautological-constant-out-of-range-compare | Alan Modra | 1 | -7/+2 |
2019-03-15 | COFF: Check for symbols defined in discarded section | H.J. Lu | 1 | -0/+3 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 1 | -0/+13 |
2019-03-06 | Fix a segmentation fault triggered by disassembling an EFi file with source i... | Nick Clifton | 1 | -2/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-08-23 | Prevent illegal memory access when processing COFF auxillary symbol information. | Nick Clifton | 1 | -4/+9 |
2018-04-16 | Prevent an illegal memory access via an out of range fixup pointer. | Nick Clifton | 1 | -2/+4 |
2018-02-26 | AOUT/COFF/PE messages | Alan Modra | 1 | -2/+2 |
2018-02-19 | %L conversions | Alan Modra | 1 | -5/+7 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -6/+6 |
2018-01-29 | PR22741, objcopy segfault on fuzzed COFF object | Alan Modra | 1 | -1/+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 | -69/+69 |
2017-11-28 | Prevent a memory exhaustion problem when trying to read in strings from a COF... | Nick Clifton | 1 | -2/+2 |
2017-11-03 | Fix excessive memory allocation attempts and possible integer overfloaws when... | Nick Clifton | 1 | -2/+15 |
2017-11-01 | Fix an invalid free called when attempting to link a COFF object against an E... | Nick Clifton | 1 | -1/+5 |
2017-07-12 | bfd_error_handler bfd_vma and bfd_size_type args | Alan Modra | 1 | -2/+2 |
2017-04-13 | Use %A and %B in more error messages | Alan Modra | 1 | -1/+2 |
2017-04-07 | pe/coff: handle weak defined symbol for gc-sections. | Tristan Gingold | 1 | -2/+16 |
2017-03-29 | Improve the speed of scanning PE binaries for line number information. | Nick Clifton | 1 | -6/+34 |
2017-01-09 | Improve objdump's behaviour when it encounters a corrupt binary with an exces... | Nick Clifton | 1 | -1/+6 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-10-19 | Add c-format tags to translatable strings with more than one argument-using f... | Nick Clifton | 1 | -0/+4 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -2/+2 |
2016-09-30 | Remove syntactic sugar | Alan Modra | 1 | -4/+4 |