2005-03-22  Roland McGrath  <roland@redhat.com>

	* desc.c (decode_select): Increase local buffer size.
	Fixes RH#151570.
diff --git a/desc.c b/desc.c
index bc86a5d..422a1a1 100644
--- a/desc.c
+++ b/desc.c
@@ -523,7 +523,7 @@
 #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