Loading...
--- dyld/dyld-1122.1/cache-builder/SharedCacheBuilder.cpp
+++ dyld/dyld-1160.6/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) {