aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-02alpha-vms: error paths not freeing memory and malloc result checksAlan Modra1-14/+27
2020-02-28alpha-vms: large memory allocationAlan Modra1-44/+15
2020-02-19_bfd_alloc_and_readAlan Modra1-9/+7
2020-02-19_bfd_mul_overflowAlan Modra1-2/+8
2020-02-19Check return status of memory alloc functionsAlan Modra1-47/+75
2020-02-19bfd_size_type to size_tAlan Modra1-3/+3
2020-01-14ubsan: alpha-vms: segvAlan Modra1-9/+11
2020-01-13ubsan: alpha-vma: timeoutAlan Modra1-8/+11
2020-01-06alpha-vms: don't exit on stack underflow/overflowAlan Modra1-53/+102
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-31asan: alpha-vms: Heap-buffer-overflowAlan Modra1-51/+41
2019-12-30vms-alpha.c object_p memory leaksAlan Modra1-12/+22
2019-12-29ubsan: alpha-vms: shift exponent is too largeAlan Modra1-9/+8
2019-12-29asan: alpha-vms: memory leaksAlan Modra1-43/+71
2019-12-23asan: vms-alpha: heap-buffer-overflowAlan Modra1-16/+40
2019-09-19bfd_section_* macrosAlan Modra1-10/+10
2019-09-18Don't use bfd_get_* macro to set bfd fieldsAlan Modra1-2/+2
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+2
2019-05-22vms-alpha gas segfaultAlan Modra1-1/+4
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-21Pack reloc_howto_structAlan Modra1-3/+9
2018-08-21Delete NEWHOWTO and tidy some uses of reloc_howto_structAlan Modra1-1/+1
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+2
2018-02-26assorted target messagesAlan Modra1-39/+40
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-4/+4
2018-02-16Remove bfd stub function casts.Alan Modra1-10/+20
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-2/+2
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-3/+4
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-3072/+3072
2017-07-27Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton1-33/+58
2017-07-24Fix another memory access error triggered by attempting to parse a corrupt bi...Nick Clifton1-0/+3
2017-07-24Fix address violation errors parsing corrupt binary files.Nick Clifton1-5/+54
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-03BFD long long cleanupAlan Modra1-1/+1
2017-06-21Fix address violation parsing a corrupt Alpha VMS binary file.Nick Clifton1-13/+41
2017-06-21Fix potential address violation parsing a corrupt Alpha VMS file.Nick Clifton1-0/+10
2017-06-21Fix address violation parsing a corrupt IEEE Alpha binary.Nick Clifton1-4/+23
2017-06-19Fix address violations when reading corrupt VMS records.Nick Clifton1-0/+27
2017-06-19Fix access violation disassembling a corrupt VMS binary.Nick Clifton1-6/+21
2017-06-19Fix access violation when disassembling a corrupt VMS binary.Nick Clifton1-2/+12
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+2
2017-06-15Handle EITR records in VMS Alpha binaries with overlarge command length param...Nick Clifton1-8/+8
2017-06-14Fix potential address violations when processing a corrupt Alpha VMA binary.Nick Clifton1-10/+41
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-16/+16
2017-05-10bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi1-0/+5
2017-04-13Use %A and %B in more error messagesAlan Modra1-5/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-17/+96
2016-09-30Remove syntactic sugarAlan Modra1-65/+64