From 183df961ee3bb7376458483905d8253dae0f1cf8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 23 Mar 2005 03:18:59 +0000 Subject: [PATCH] 2005-03-22 Roland McGrath * desc.c (decode_select): Increase local buffer size. Fixes RH#151570. --- desc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desc.c b/desc.c index bc86a5df..422a1a1b 100644 --- a/desc.c +++ b/desc.c @@ -523,7 +523,7 @@ int bitness; #ifdef LINUX /* This contains no useful information on SunOS. */ if (args[4]) { - char str[20]; + char str[64]; if (umove(tcp, args[4], &tv) >= 0) { #ifdef ALPHA -- 2.50.1