commit 3dcaf02898efdac468c20254f9797892562cbe12 parent f28b07e0a5e1b3adfd9b2ac9d252b499ae763918 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(-)
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;