Loading...
--- dyld/dyld-852.2/src/ImageLoaderMachO.cpp
+++ dyld/dyld-832.7.1/src/ImageLoaderMachO.cpp
@@ -367,7 +367,7 @@
if ( !inCache && (startOfFileSegCmd == NULL) )
throw "malformed mach-o image: missing __TEXT segment that maps start of file";
// <rdar://problem/13145644> verify every segment does not overlap another segment
- if ( context.strictMachORequired && !inCache ) {
+ if ( context.strictMachORequired ) {
uintptr_t lastFileStart = 0;
uintptr_t linkeditFileStart = 0;
const struct load_command* cmd1 = startCmds;