mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
Bugfix: Improve handling of interrupted syscalls in `mount` command
|
|
|
|
Accessing restic's FUSE mount could result in "input/output" errors when using
|
|
programs in which syscalls can be interrupted. This is for example the case for
|
|
Go programs. This has now been fixed by improved error handling of interrupted
|
|
syscalls.
|
|
|
|
https://github.com/restic/restic/issues/3567
|
|
https://github.com/restic/restic/issues/3694
|
|
https://github.com/restic/restic/pull/3875
|