Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/11/1996 01:00:03
jtc
Thu Oct 10 17:51:10 PDT 1996
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/home/jtc/src/lib/libc/string
Modified Files:
__strerror.c __strsignal.c
Log Message:
Since the user provide his own message catalog (via NLSPATH and LANG)
the __strerror() and __strsignal() functions can not assume that the
messages will not overflow a NL_TEXTSIZE-sized buffer.
Noted by Mike Long <mike.long@analog.com> in PR