Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MachO] Fix unaligned load in extractSections
A recent change to ubsan (llvm@7926744) exposed an unaligned load in MachOReader (see https://lab.llvm.org/buildbot/#/builders/85/builds/19482 for an example). This patch fixes it by dropping the alignment.
- Loading branch information