Files
restic/cmd/restic
Michael Eischer 0ce81d88b6 stats: Fix crash in blobs-per-file mode on missing blob
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.
2020-03-27 22:17:54 +01:00
..
2017-07-23 14:19:13 +02:00
2019-04-22 20:44:33 +02:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2018-11-02 20:36:15 +01:00
2018-04-30 14:19:04 +02:00
2018-04-30 14:19:04 +02:00
2017-07-23 14:19:13 +02:00
2018-02-25 13:11:03 +01:00