macho: add runaway section id when sorting sections

This commit is contained in:
Jakub Konka 2021-08-01 18:05:07 +02:00
parent 7e52a096db
commit d794f4cd2a

View File

@ -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,