mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
chore: update changelog for issue 5234
This commit is contained in:
parent
a0d7745e8b
commit
a37010a825
1 changed files with 12 additions and 0 deletions
12
changelog/unreleased/issue-5234
Normal file
12
changelog/unreleased/issue-5234
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Bugfix: Prevent mounting over the repository directory
|
||||
|
||||
Using a local repository directory as the `mount` target — or a path
|
||||
that contains it, or that it contains — caused the FUSE server to
|
||||
read its own backend files through the new mount, deadlocking the
|
||||
kernel and requiring a long reboot to recover.
|
||||
|
||||
Restic now resolves both paths and refuses any such overlap with a
|
||||
clear error before mounting.
|
||||
|
||||
https://github.com/restic/restic/issues/5234
|
||||
https://github.com/restic/restic/pull/5348
|
||||
Loading…
Reference in a new issue