[PATCH] D147931: [ARM] Fix null pointer dereferences in ARMMachObjectWriter::recordRelocation()
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 00:16:08 PDT 2023
dmgreen added a comment.
I'm not sure A can be null here. Either getSymB will be true (handled above) or isAbsolute will be true. Else A should have a value, if Im reading it correctly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147931/new/
https://reviews.llvm.org/D147931
More information about the llvm-commits
mailing list