Age | Commit message (Expand) | Author | Files | Lines |
2022-10-14 | PR29677, Field `the_bfd` of `asymbol` is uninitialised | Alan Modra | 1 | -41/+31 |
2022-09-14 | looping in bfd_mach_o_fat_openr_next_archived_file | Alan Modra | 1 | -4/+23 |
2022-08-06 | msan: bfd_mach_o_layout_commands use of uninitialised value | Alan Modra | 1 | -34/+44 |
2022-06-04 | asan: uninitialised write in bfd_mach_o_write_contents | Alan Modra | 1 | -25/+10 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-01 | ubsan: bfd_mach_o_build_commands shift exponent 64 is too large | Alan Modra | 1 | -8/+8 |
2021-11-06 | ubsan: undefined shift in mach-o.c | Alan Modra | 1 | -1/+1 |
2021-11-01 | macho-o archive sanity checks | Alan Modra | 1 | -0/+11 |
2021-10-28 | bfd: remove use of INLINE | Alan Modra | 1 | -2/+2 |
2021-07-30 | reloc_upper_bound size calculations | Alan Modra | 1 | -1/+1 |
2021-04-30 | Fix illegal memory access parsing a corrupt MACH-O format file. | Nick Clifton | 1 | -1/+2 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -392/+392 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 1 | -1/+1 |
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/+3 |
2020-06-22 | Recognize some new Mach-O load commands | Saagar Jha | 1 | -0/+2 |
2020-05-20 | PR25993, read of freed memory | Alan Modra | 1 | -10/+7 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -6/+6 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -6/+6 |
2020-02-21 | Fuzzers whining about mach-o support | Alan Modra | 1 | -31/+105 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -31/+15 |
2020-02-19 | Miscellaneous memory alloc related fixes | Alan Modra | 1 | -42/+26 |
2020-02-19 | _bfd_mul_overflow | Alan Modra | 1 | -19/+72 |
2020-02-19 | Check return status of memory alloc functions | Alan Modra | 1 | -2/+6 |
2020-01-06 | Basic error checking for mach-o | Alan Modra | 1 | -17/+66 |
2020-01-03 | Fix potential illegal memory access failures in the BFD library by ensuring t... | Nick Clifton | 1 | -0/+7 |
2020-01-03 | Mach-O: misc build adjustments | Jan Beulich | 1 | -19/+19 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -16/+15 |
2019-09-18 | Use bfd_set_filename more | Alan Modra | 1 | -9/+20 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -1/+1 |
2019-06-26 | Ensure that when attempting to process an ARM Mach-O file with unknown relocs... | Nick Clifton | 1 | -3/+10 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -6/+6 |
2019-03-28 | PR24392, Clang warning Wtautological-constant-out-of-range-compare | Alan Modra | 1 | -7/+2 |
2019-03-12 | Don't use bfd_get_file_size in objdump | Alan Modra | 1 | -1/+14 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+1 |
2018-11-07 | Add support for new load commands added by Apple to the MACH-O file format. | Roman Bolshakov | 1 | -6/+41 |
2018-11-06 | Add support for a couple of new Mach-O commands. | Nick Clifton | 1 | -0/+3 |
2018-08-21 | Fix running objcopy on Mach-O binaries. | mephi42 | 1 | -3/+6 |
2018-07-02 | Allow BFD to recognize macOS universal libraries | Tom Tromey | 1 | -1/+8 |
2018-06-20 | Stop objcopy from corrupting mach-o files. | Nick Clifton | 1 | -3/+137 |
2018-04-16 | Remove m88k support | Alan Modra | 1 | -5/+0 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -5/+0 |
2018-02-19 | %L conversions | Alan Modra | 1 | -2/+3 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -1/+1 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+1 |
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 | -442/+442 |