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
Re-introduced "tmp_" prefix for all temporary files. On exit, "tmp_*" files within the $TMP folder are deleted. Afterwards, rmdir() tries to delete the (hopefully) empty folder as throws an exception if it is not empty. This should circumvent stuff like "rm / -rf".
Make sure that all temporary files are deleted on exist. Make also sure that the process does not fail if certain files are missing.
Important: use a secure erase function in such a way that "-O /" does not kill the whole system!
The text was updated successfully, but these errors were encountered: