Details
Details
- Reviewers
lhames ruiu probinson - Commits
- rG5279f96577af: [MachO] Fix detecting malformed DWARF.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Was this fixing an existing buildbot/test failure? (if not, it should probably have a test? If it did fix an existing failure - could you mention what that failure was?)
Comment Actions
The main issue was that some valid length values were wrongly interpreted as reserved, which come from inconsistency in the DWARF3 documentation which was fixed in DWARF4. See D64622 and http://lists.dwarfstd.org/pipermail/dwarf-discuss-dwarfstd.org/2008-June/003343.html for more details.
I have created D72695 for the test.