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

* desc.c (decode_select): Increase local buffer size.
	Fixes RH#151570.
This commit is contained in:
Roland McGrath 2005-03-23 03:18:59 +00:00
parent a3734a91ed
commit 183df961ee

2
desc.c
View File

@ -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