Revision f73b7ba5
ID | f73b7ba5fb413be7f3400e8024abebc75de5aef6 |
Workaround a race condition in restore
restore's -r option is dangerous, because the temporeary /tmp/rstdir* and
/tmp/rstmode* files it creates may be the same across different processes
leading to race conditions. We tried to workaround this by replacing in
create the temporary directory from /tmp a random directory inside /tmp.
Files
- added
- modified
- copied
- renamed
- deleted