Change SectionEntry to keep track of the size of its underlying
allocation, and use that to bounds check advanceStubOffset.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14675
[RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset ClosedPublic Authored by sanjoy on Nov 13 2015, 7:04 PM.
Details Summary Change SectionEntry to keep track of the size of its underlying
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 20 2015, 3:29 PM sanjoy edited edge metadata. Comment Actions
Closed by commit rL253919: [RuntimeDyld] Add bounds checking to SectionEntry::advanceStubOffset (authored by sanjoy). · Explain WhyNov 23 2015, 1:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40970 llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
|