Unverified Commit bfa7d10b authored by Thurston Dang's avatar Thurston Dang Committed by GitHub
Browse files

[MachO] Fix unaligned load in extractSections (#68741)

A recent change to ubsan

(https://github.com/llvm/llvm-project/commit/792674400f6f04a074a3827349ed0e2ac10067f6)
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.
parent d4ae7ee6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment