Loading...
cache-builder/SharedCacheBuilder.cpp dyld-1125.5 dyld-1165.3
--- dyld/dyld-1125.5/cache-builder/SharedCacheBuilder.cpp
+++ dyld/dyld-1165.3/cache-builder/SharedCacheBuilder.cpp
@@ -3728,6 +3728,7 @@
         slideInfoSize = std::max(slideInfoSize, sizeof(dyld_cache_slide_info2));
         slideInfoSize = std::max(slideInfoSize, sizeof(dyld_cache_slide_info3));
         slideInfoSize = std::max(slideInfoSize, sizeof(dyld_cache_slide_info4));
+        slideInfoSize = std::max(slideInfoSize, sizeof(dyld_cache_slide_info5));
         // We need one slide info header per data region, plus enough space for that regions pages
         // Each region will also be padded to a page-size so that the kernel can wire it.
         for (Region& region : subCache._dataRegions) {