commit | 183df961ee3bb7376458483905d8253dae0f1cf8 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Mar 23 03:18:59 2005 +0000 |
committer | Roland McGrath <roland@redhat.com> | Wed Mar 23 03:18:59 2005 +0000 |
tree | dac98b1d1553b36b4f9de4bb01850e03b7de6ca3 | |
parent | a3734a91edcf414364a0953205ae5b1b5c312da3 [diff] [blame] |
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