]> granicus.if.org Git - strace/commitdiff
2005-03-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 23 Mar 2005 03:18:59 +0000 (03:18 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 23 Mar 2005 03:18:59 +0000 (03:18 +0000)
* desc.c (decode_select): Increase local buffer size.
Fixes RH#151570.

desc.c

diff --git a/desc.c b/desc.c
index bc86a5dfe9cece0dcfb8d2eec3db311f91cbf84d..422a1a1b04c2375091d0814418b299dd166a0519 100644 (file)
--- 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