Skip to content

Set correct length of DWARF .debug_aranges section (fixes #17428)

Szymon Nowicki-Korgol requested to merge myszon/ghc:fix-aranges into master

When parsing the .debug_aranges section of code produced by GHC (for example using the folly symboliser) the parsing fails because of an incorrect length of the length field.

The aim of this merge request is to fix that.

Edited by Szymon Nowicki-Korgol

Merge request reports