Age | Commit message (Expand) | Author | Files | Lines |
2024-04-18 | Re: Fix address violations when reading corrupt VMS records | Alan Modra | 1 | -9/+15 |
2024-04-18 | alpha_vms_get_section_contents vs. fuzzed files | Alan Modra | 1 | -24/+26 |
2024-04-11 | Remove bfdwin.c | Alan Modra | 1 | -1/+0 |
2024-03-08 | bfd: Don't hard-code BFD_JUMP_TABLE_COPY | H.J. Lu | 1 | -0/+1 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-09-20 | PR30870, VMS_DEBUG compilation error | Song Mengzhi | 1 | -1/+1 |
2023-08-31 | vms-alpha: Free memory on failure path | Alan Modra | 1 | -1/+1 |
2023-08-11 | warn unused result for bfd IO functions | Alan Modra | 1 | -50/+74 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -27/+27 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -16/+3 |
2023-05-09 | alpha-vms reloc sanity check | Alan Modra | 1 | -2/+22 |
2023-02-19 | Buffer overflow in evax_bfd_print_eobj | Alan Modra | 1 | -63/+48 |
2023-01-04 | asan: segv in parse_module | Alan Modra | 1 | -2/+5 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-12 | PR29892, Field file_table of struct module is uninitialized | Alan Modra | 1 | -3/+6 |
2022-12-12 | Lack of bounds checking in vms-alpha.c parse_module | Alan Modra | 1 | -45/+168 |
2022-12-05 | Fix an illegal memory access when parsing a corrupt VMS Alpha file. | Nick Clifton | 1 | -1/+1 |
2022-09-21 | looping in alpha_vms_slurp_relocs | Alan Modra | 1 | -24/+33 |
2022-09-14 | msan: vms-alpha use-of-uninitialized-value in dst_retrieve_location | Alan Modra | 1 | -0/+2 |
2022-09-06 | bfd: Add bfd_find_nearest_line_with_alt | Aaron Merey | 1 | -0/+2 |
2022-06-08 | Revert reloc howto nits | Alan Modra | 1 | -4/+4 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -18/+18 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 1 | -1/+1 |
2022-03-17 | ubsan: Null dereference in parse_module | Alan Modra | 1 | -0/+8 |
2022-03-17 | asan: Buffer overflow in evax_bfd_print_dst | Alan Modra | 1 | -12/+12 |
2022-02-16 | asan: buffer overflow in vms-alpha.c | Alan Modra | 1 | -1/+3 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-11-05 | asan: alpha-vms: objdump buffer overflows | Alan Modra | 1 | -175/+344 |
2021-10-31 | ubsan: alpha-vms: undefined shift | Alan Modra | 1 | -1/+1 |
2021-10-31 | PR28518: signed integer overflow & free on unmalloced address | Alan Modra | 1 | -10/+10 |
2021-10-28 | asan: alpha-vms: buffer overflows | Alan Modra | 1 | -226/+301 |
2021-10-25 | asan: evax_bfd_print_image buffer overflow | Alan Modra | 1 | -42/+51 |
2021-08-05 | PR28167, vms-alpha build_module_list | Alan Modra | 1 | -7/+4 |
2021-07-30 | reloc_upper_bound size calculations | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -412/+410 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+1 |
2021-01-05 | asan: heap buffer overflow in _bfd_vms_slurp_egsd | Alan Modra | 1 | -2/+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 | -1/+2 |
2020-11-09 | asan: vms-alpha: stack buffer overflow | Alan Modra | 1 | -1/+1 |
2020-06-24 | ubsan: alpha-vms: shift exponent 536874240 is too large | Alan Modra | 1 | -4/+25 |
2020-06-01 | alpha-vms: ETIR checks | Alan Modra | 1 | -13/+21 |
2020-04-28 | alpha-vms: divide by zero | Alan Modra | 1 | -1/+4 |
2020-03-31 | alpha-vms: sanity checks for image_write | Alan Modra | 1 | -25/+45 |
2020-03-26 | alpha-vms: Sanity check ETIR__C_CTL_DFLOC index | Alan Modra | 1 | -9/+17 |
2020-03-16 | asan: alpha-vms: null dereference | Alan Modra | 1 | -9/+29 |
2020-03-02 | bfd_cleanup for object_p | Alan Modra | 1 | -2/+2 |
2020-03-02 | alpha-vms: error paths not freeing memory and malloc result checks | Alan Modra | 1 | -14/+27 |
2020-02-28 | alpha-vms: large memory allocation | Alan Modra | 1 | -44/+15 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -9/+7 |