Potential File System Inconsistencies #16
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
The code doesn't handle the case where the save state directory or files might be deleted or corrupted between get_present_save_states and file operations. If a file disappears between these calls, it could cause unexpected panics when trying to open non-existent files.
Add more robust file existence checks right before performing file operations.
The text was updated successfully, but these errors were encountered: