From: Roland McGrath Date: Wed, 23 Mar 2005 03:18:59 +0000 (+0000) Subject: 2005-03-22 Roland McGrath X-Git-Tag: v4.5.18~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=183df961ee3bb7376458483905d8253dae0f1cf8;p=strace 2005-03-22 Roland McGrath * desc.c (decode_select): Increase local buffer size. Fixes RH#151570. --- 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