grow the buffer a little.

This commit is contained in:
christos 2019-10-08 18:47:10 +00:00
parent 066833e6eb
commit 5d573fff76
1 changed files with 1 additions and 1 deletions

View File

@ -2622,7 +2622,7 @@ read_ssh_file(pgpv_t *pgp, pgpv_primarykey_t *primary, const char *fmt, ...)
int64_t off;
va_list args;
char hostname[256];
char owner[256];
char owner[2 * 256];
char *space;
char *buf;
char *bin;