Loading...
dyld3/SharedCacheRuntime.cpp dyld-750.5 dyld-732.8
--- dyld/dyld-750.5/dyld3/SharedCacheRuntime.cpp
+++ dyld/dyld-732.8/dyld3/SharedCacheRuntime.cpp
@@ -307,7 +307,7 @@
         ::close(fd);
         return false;
     }
-    if ( (cache->header.mappingCount != 3) || (cache->header.mappingOffset > 0x148) ) {
+    if ( (cache->header.mappingCount != 3) || (cache->header.mappingOffset > 0x138) ) {
         results->errorMessage = "shared cache file mappings are invalid";
         ::close(fd);
         return false;