leftover fix for stack buffer overflow

This commit is contained in:
Grigory Smolkin
2019-12-29 14:49:41 +03:00
parent e1dfb614cf
commit 07557566f4
+1 -1
View File
@@ -748,7 +748,7 @@ static void
show_archive_plain(const char *instance_name, uint32 xlog_seg_size,
parray *tli_list, bool show_name)
{
char segno_tmp[XLOG_FNAME_LEN];
char segno_tmp[XLOG_FNAME_LEN+1];
parray *actual_tli_list = parray_new();
#define SHOW_ARCHIVE_FIELDS_COUNT 10
int i;