mirror of
https://github.com/restic/restic.git
synced 2026-05-03 17:35:25 +00:00
0ce81d88b6
In a damaged repository with a missing blob, the error message tried to dereference the subtreeID field of the current node, which is a file however. Said field is set to nil for a file thus causing a segfault when dereferenced. Fix this by using the actual parentTreeID.