[all-commits] [llvm/llvm-project] d8472a: [JITLink][ELF] Check that ELF buffer has at least ...
lhames via All-commits
all-commits at lists.llvm.org
Mon Apr 17 11:42:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8472ac238dfd2f3bae61a56903de5ef5df6360a
https://github.com/llvm/llvm-project/commit/d8472ac238dfd2f3bae61a56903de5ef5df6360a
Author: Lang Hames <lhames at gmail.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
Log Message:
-----------
[JITLink][ELF] Check that ELF buffer has at least ELF::EI_NIDENT bytes.
This allows the subsequent code to access the E_IDENT fields, which will be
used in the upcoming JITLink ppc64 backend (https://reviews.llvm.org/D148192).
More information about the All-commits
mailing list