From 1cec22a86f7a844595266ccd6fcad9e79a914f26 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 11 Feb 2025 22:09:59 -0500 Subject: [SharedCache] Fix crash when trying to deserialize a `routines_command_64` which had not been serialized. We will just return early, this is fine as the previous code would effectively do the same thing. --- view/sharedcache/core/SharedCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/SharedCache.h') diff --git a/view/sharedcache/core/SharedCache.h b/view/sharedcache/core/SharedCache.h index 54c63bb3..f59cbb0f 100644 --- a/view/sharedcache/core/SharedCache.h +++ b/view/sharedcache/core/SharedCache.h @@ -482,7 +482,7 @@ namespace SharedCacheCore { .MSL(symtab), .MSL(dysymtab), .MSL(dyldInfo), - .MSL(routines64), // TODO: This supposedly caused a crash on some binary? Need a repro. + .MSL(routines64), .MSL(functionStarts), .MSL(moduleInitSections), .MSL(exportTrie), -- cgit v1.3.1