[PATCH] D38512: Added phdr upper bound checks to ElfObject
Parker Thompson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 4 13:03:42 PDT 2017
mothran added a comment.
The simplest way to trigger this issue is by adjusting the phoff in the elf header and that did not appear to be controllable from my read of the yaml2obj code at: https://github.com/llvm-mirror/llvm/blob/master/tools/yaml2obj/yaml2elf.cpp#L180
https://reviews.llvm.org/D38512
More information about the llvm-commits
mailing list