From acca9d43d3143113088efa76d561b813735f1a73 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 29 Sep 2020 12:57:32 -0700 Subject: Expand the max name_num_item list size. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsync.h') diff --git a/rsync.h b/rsync.h index 68dfba51..9d5c8008 100644 --- a/rsync.h +++ b/rsync.h @@ -1164,7 +1164,7 @@ struct name_num_obj { uchar *saw; int saw_len; int negotiated_num; - struct name_num_item list[8]; /* A big-enough len (we'll get a compile error if it is ever too small) */ + struct name_num_item list[10]; /* we'll get a compile error/warning if this is ever too small */ }; #ifndef __cplusplus -- cgit v1.2.1