summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCache.h
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-11 22:09:59 -0500
committerMason Reed <mason@vector35.com>2025-02-12 18:43:02 -0500
commit1cec22a86f7a844595266ccd6fcad9e79a914f26 (patch)
tree85ec5f6cd8eab15095d852ff1fc1793a024a9660 /view/sharedcache/core/SharedCache.h
parentc5edc003b1c0667c936c2ba3a278821da28c3b42 (diff)
[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.
Diffstat (limited to 'view/sharedcache/core/SharedCache.h')
-rw-r--r--view/sharedcache/core/SharedCache.h2
1 files changed, 1 insertions, 1 deletions
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),