Add patched chunker

Referenced in https://forum.restic.net/t/restic-slice-bounds-out-of-range/2617/20
This commit is contained in:
Alexander Neumann
2020-04-24 20:56:45 +02:00
parent 070d43e290
commit 7e72d638df
11 changed files with 1650 additions and 0 deletions

3
chunker/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/restic/chunker
go 1.14