2022-08-19 18:26:35 +00:00
|
|
|
Bugfix: Improve handling of interrupted syscalls in `mount` command
|
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
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.
|
2022-08-19 18:26:35 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3567
|
|
|
|
https://github.com/restic/restic/issues/3694
|
|
|
|
https://github.com/restic/restic/pull/3875
|