* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow on

really odd values.
This commit is contained in:
Christopher Faylor
2004-02-03 22:04:27 +00:00
parent c571716c64
commit 06615351b1
3 changed files with 39 additions and 34 deletions

View File

@@ -82,7 +82,7 @@ struct _local_storage
struct protoent *protoent_buf;
struct servent *servent_buf;
struct hostent *hostent_buf;
char signamebuf[sizeof ("Unknown signal XX")];
char signamebuf[sizeof ("Unknown signal 4294967295 ")];
};
/* Please keep this file simple. Changes to the below structure may require