You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finalize Version 0.9.4: Fix TOCTOU race condition
This fixes a TOCTOU race condition in file creation by using OpenOptions.create_new() to create files atomically if they don't already exist. This makes the program safer and prevents accidental destruction of a file that was just created by a separate process.