Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve robustness of
timestamp.set_last()
Previously, if the system crashed mid-write, it could result in the file being replaced by null-characters. This fixes that by writing to a temporary file and properly flushing and syncing the memory before replacing the original file.
- Loading branch information