MacOSX launcher gets SIGBUS when it cannot find mapped Mach_header.

Add segZERO, segMHDR, secMHDR.
This commit is contained in:
John Reiser
2012-08-22 20:46:35 -07:00
parent c89702ae84
commit c8f7b1b72c
2 changed files with 60 additions and 6 deletions
+3
View File
@@ -612,6 +612,9 @@ protected:
Mach_header mhdri;
Mach_header mhdro;
Mach_segment_command segZERO;
Mach_segment_command segMHDR;
Mach_section_command secMHDR;
Mach_segment_command segTEXT;
Mach_section_command secTEXT;
Mach_segment_command segLINK;