summaryrefslogtreecommitdiffstats
path: root/generator.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:15:00 +0000
commited8873b14671073b4bd24d788dc61bcbf4fdfb14 (patch)
treed21da19c0d16a3169acbd9680382ceccad2bcad2 /generator.c
parentAdding debian version 3.2.7-1. (diff)
downloadrsync-ed8873b14671073b4bd24d788dc61bcbf4fdfb14.tar.xz
rsync-ed8873b14671073b4bd24d788dc61bcbf4fdfb14.zip
Merging upstream version 3.3.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'generator.c')
-rw-r--r--generator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator.c b/generator.c
index 21c4a59..110db28 100644
--- a/generator.c
+++ b/generator.c
@@ -4,7 +4,7 @@
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
- * Copyright (C) 2003-2022 Wayne Davison
+ * Copyright (C) 2003-2023 Wayne Davison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -783,7 +783,7 @@ static int generate_and_send_sums(int fd, OFF_T len, int f_out, int f_copy)
for (i = 0; i < sum.count; i++) {
int32 n1 = (int32)MIN(len, (OFF_T)sum.blength);
char *map = map_ptr(mapbuf, offset, n1);
- char sum2[SUM_LENGTH];
+ char sum2[MAX_DIGEST_LEN];
uint32 sum1;
len -= n1;