Skip to content

Commit b2c7e5c

Browse files
committed
[DSC] Fix unhandled exception when opening secondary cache file with unbacked regions
Fixes #7724
1 parent 631f281 commit b2c7e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/sharedcache/core/MachO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ std::vector<CacheSymbol> SharedCacheMachOHeader::ReadExportSymbolTrie(VirtualMem
702702
}
703703
}
704704
}
705-
catch (ReadException&)
705+
catch (std::exception&)
706706
{
707707
LogError("Export trie is malformed. Could not load Exported symbol names.");
708708
}

0 commit comments

Comments
 (0)