Comment - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 3dcaf02898efdac468c20254f9797892562cbe12
DIR parent f28b07e0a5e1b3adfd9b2ac9d252b499ae763918
HTML Author: sin <sin@2f30.org>
Date: Sun, 17 Feb 2019 22:14:08 +0000
Comment
Diffstat:
M dedup.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/dedup.c b/dedup.c
@@ -408,6 +408,7 @@ dedup(int fd, char *msg)
uint8_t *inp = buf[0]; /* input buf */
uint8_t *outp = buf[1]; /* compressed buf */
+ /* Split input buffer in chunks */
while (n > 0) {
uint8_t md[MDSIZE];
struct bdescr bdescr;