aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Fix an assertion failure when parsing a fuzzed x86_64 ELF binary.Nick Clifton2-1/+9
2017-09-26Tidy reading data in read_formatted_entriesAlan Modra2-30/+13
2017-09-26Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton2-0/+17
2017-09-26PR22209, invalid memory read in find_abstract_instance_nameAlan Modra2-15/+52
2017-09-26PR22205, .debug_line file table NULL filenameAlan Modra2-22/+20
2017-09-26PR22204, Lack of DW_LNE_end_sequence causes "infinite" loopAlan Modra2-1/+7
2017-09-26Automatic date update in version.inGDB Administrator1-1/+1
2017-09-25PR22202, buffer overflow in parse_dieAlan Modra2-18/+45
2017-09-25PR22201, DW_AT_name with out of bounds referenceAlan Modra2-2/+11
2017-09-25PR22200, DWARF5 .debug_line sanity checkAlan Modra2-0/+12
2017-09-25Automatic date update in version.inGDB Administrator1-1/+1
2017-09-24PR22197, buffer overflow in bfd_get_debug_link_info_1Alan Modra2-1/+7
2017-09-24PR22191, memory leak in dwarf2.cAlan Modra2-2/+11
2017-09-24PR22187, infinite loop in find_abstract_instance_nameAlan Modra2-25/+61
2017-09-24PR22186, divide-by-zero in decode_line_infoAlan Modra2-0/+8
2017-09-24PR22169, heap-based buffer overflow in read_1_byteAlan Modra2-3/+9
2017-09-24PR22167, NULL pointer dereference in scan_unit_for_symbolsAlan Modra2-1/+7
2017-09-24PR22166, SHT_GNU_verneed memory allocationAlan Modra2-2/+10
2017-09-24Automatic date update in version.inGDB Administrator1-1/+1
2017-09-23Automatic date update in version.inGDB Administrator1-1/+1
2017-09-22x86: Guard against corrupted PLTH.J. Lu2-0/+10
2017-09-22Update ChangeLog entry for PR 22163H.J. Lu1-1/+1
2017-09-22x86: Return -1 if bfd_canonicalize_dynamic_reloc returns 0H.J. Lu2-1/+7
2017-09-22bfd/version.h: Add rationale for BFD_VERSION_DATEPedro Alves2-0/+23
2017-09-22Automatic date update in version.inGDB Administrator1-1/+1
2017-09-21S/390: Fix Elf note swap s390_gs_bc vs. s390_gs_cbAndreas Arnez2-2/+8
2017-09-21Automatic date update in version.inGDB Administrator1-1/+1
2017-09-20Automatic date update in version.inGDB Administrator1-1/+1
2017-09-19PowerPC64 stubs don't match calculated sizeAlan Modra2-6/+7
2017-09-19PR22150, ld keeps a version reference for gc'd symbolsAlan Modra2-117/+118
2017-09-19Automatic date update in version.inGDB Administrator1-1/+1
2017-09-18Check error return from bfd_canonicalize_dynamic_relocH.J. Lu2-0/+8
2017-09-18Automatic date update in version.inGDB Administrator1-1/+1
2017-09-17Automatic date update in version.inGDB Administrator1-1/+1
2017-09-16Automatic date update in version.inGDB Administrator1-1/+1
2017-09-15Error when 32-bit ar tries to handle 4G or larger filesAlan Modra2-0/+12
2017-09-15Automatic date update in version.inGDB Administrator1-1/+1
2017-09-14x86: Cache section contents and relocationsH.J. Lu3-5/+38
2017-09-14Fix address violation when parsing a corrupt PE binary.Nick Clifton2-2/+9
2017-09-14Automatic date update in version.inGDB Administrator1-1/+1
2017-09-13elfxx-x86.h: Fix a typo in commentsH.J. Lu2-1/+5
2017-09-13Automatic date update in version.inGDB Administrator1-1/+1
2017-09-12Automatic date update in version.inGDB Administrator1-1/+1
2017-09-11nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen2-13/+17
2017-09-11Automatic date update in version.inGDB Administrator1-1/+1
2017-09-10Automatic date update in version.inGDB Administrator1-1/+1
2017-09-10PowerPC64 --plt-alignAlan Modra2-3/+21
2017-09-09x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu5-36/+23
2017-09-09x86: Don't check has_non_got_relocH.J. Lu2-3/+7
2017-09-09x86: Properly handle __ehdr_startH.J. Lu5-23/+77