Commit d794f4cd2a

Jakub Konka <kubkon@jakubkonka.com>
2021-08-01 18:05:07
macho: add runaway section id when sorting sections
1 parent 7e52a09
Changed files (1)
src
src/link/MachO.zig
@@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void {
             &self.cstring_section_index,
             &self.ustring_section_index,
             &self.text_const_section_index,
+            &self.objc_methlist_section_index,
             &self.objc_methname_section_index,
             &self.objc_methtype_section_index,
             &self.objc_classname_section_index,