authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-08-01 18:05:07+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2021-08-01 18:05:07+02:00
logd794f4cd2a1e62334ba6b413864bc33bae6d41ef
tree02b745f37163e4e1594adba1f31f663bfed7f5b4
parent7e52a096dbace546cae89ab691741ecca45f28ce

macho: add runaway section id when sorting sections


1 files changed, 1 insertions(+), 0 deletions(-)

src/link/MachO.zig+1
......@@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void {
14711471 &self.cstring_section_index,
14721472 &self.ustring_section_index,
14731473 &self.text_const_section_index,
1474 &self.objc_methlist_section_index,
14741475 &self.objc_methname_section_index,
14751476 &self.objc_methtype_section_index,
14761477 &self.objc_classname_section_index,