aboutsummaryrefslogtreecommitdiff
path: root/bfd/wasm-module.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-09asan: wasm: Out-of-memoryAlan Modra1-12/+15
2020-03-02bfd_cleanup for object_pAlan Modra1-2/+2
2020-02-19_bfd_alloc_and_readAlan Modra1-4/+2
2020-02-19_bfd_mul_overflowAlan Modra1-1/+7
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-13Memory leaks and ineffective bounds checking in wasm_scanAlan Modra1-56/+44
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra1-8/+15
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-2/+0
2018-02-16Remove bfd stub function casts.Alan Modra1-5/+5
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-02-13WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki1-9/+9
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-125/+125
2017-03-27Add support for the WebAssembly backend to the BFD library.Pip Cet1-0/+839