llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Sanjoy Das 8082592ac9 [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset
Summary:
Change SectionEntry to keep track of the size of its underlying
allocation, and use that to bounds check advanceStubOffset.

Reviewers: lhames, andrew.w.kaylor, reames

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D14675

llvm-svn: 253919
2015-11-23 21:47:46 +00:00
..
Targets [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
RTDyldMemoryManager.cpp Rename all references to old mailing lists to new lists.llvm.org address. 2015-08-05 03:51:17 +00:00
RuntimeDyld.cpp [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset 2015-11-23 21:47:46 +00:00
RuntimeDyldCOFF.cpp RuntimeDyld: add COFF i386 support 2015-11-01 01:26:15 +00:00
RuntimeDyldCOFF.h [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through 2015-03-30 03:37:06 +00:00
RuntimeDyldChecker.cpp [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldCheckerImpl.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
RuntimeDyldELF.cpp [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset 2015-11-23 21:47:46 +00:00
RuntimeDyldELF.h [mips][mcjit] Calculate correct addend for HI16 and PCHI16 reloc 2015-08-13 15:12:49 +00:00
RuntimeDyldImpl.h [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset 2015-11-23 21:47:46 +00:00
RuntimeDyldMachO.cpp [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00
RuntimeDyldMachO.h [RuntimeDyld] Add accessors to `SectionEntry`; NFC 2015-11-23 21:47:41 +00:00