[PATCH] D106128: [lld-macho] Use DO_BIND_ADD_ADDR_IMM_SCALED for bind opcodes
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 18:15:10 PDT 2021
MaskRay reopened this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Reverted by `88e2268a344a0ab3df455af08f32c2c354ea55a4`
`for (BindIR *p = &opcodes[0]; p->opcode != BIND_OPCODE_DONE; ++p) {` has a heap-buffer-overflow with test/MachO/bind-opcodes.s
-DLLVM_USE_SANITIZER=Address check-lld-macho to reproduce.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106128/new/
https://reviews.llvm.org/D106128
More information about the llvm-commits
mailing list