From: Arran Cudbard-Bell Date: Sun, 3 Nov 2019 19:28:56 +0000 (-0600) Subject: CID 1455246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bcf05a021c4a1f21494de006306229d6a983a1;p=thirdparty%2Ffreeradius-server.git CID 1455246 --- diff --git a/src/bin/radwho.c b/src/bin/radwho.c index 24e768d10a2..0485ca5cfba 100644 --- a/src/bin/radwho.c +++ b/src/bin/radwho.c @@ -112,7 +112,7 @@ static char *dotime(time_t t) * The caller must provide the output buffer buf * (which must be at least 26 characters long) */ - char buff[26]; + static char buff[26]; char *s = ctime_r(&t, buff); if (showname) {