diff --git a/src/log.c b/src/log.c index 39635cc1..a8664b16 100644 --- a/src/log.c +++ b/src/log.c @@ -81,7 +81,7 @@ static void ssh_log_stderr(int verbosity, const char *function, const char *buffer) { - char date[64] = {0}; + char date[128] = {0}; int rc; rc = current_timestring(1, date, sizeof(date));