mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
leftover fix for stack buffer overflow
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user