From 1cc3424cbe04ee4c2fab3eae75caa935054bb1c1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 29 May 2014 20:17:30 +0100 Subject: unposted: use DIGBUFSIZE for pipestatus numeric buffer --- Src/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/params.c') diff --git a/Src/params.c b/Src/params.c index 59d503c58..790102923 100644 --- a/Src/params.c +++ b/Src/params.c @@ -4247,7 +4247,7 @@ static char ** pipestatgetfn(UNUSED(Param pm)) { char **x = (char **) zhalloc((numpipestats + 1) * sizeof(char *)); - char buf[20], **p; + char buf[DIGBUFSIZE], **p; int *q, i; for (p = x, q = pipestats, i = numpipestats; i--; p++, q++) { -- cgit 1.4.1