fix std::bad_alloc caused by corrupted regions

This commit is contained in:
MihailRis
2025-09-30 00:28:51 +03:00
parent 75ef603df0
commit 47cdc02137
3 changed files with 31 additions and 13 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
struct regfile {
io::rafile file;
io::path filename;
int version;
bool inUse = false;