NetBSD/lib/libc
kristerw a505fc7826 Fix two bugs:
1. snprintf(foo, 0. "XXX") is guaranteed not to write in foo by the
   standard (ISO/IEC 9899 7.19.6.5) but our implementation handles this
   as if the buffer has a size of (size_t)-1.

2. snprintf(NULL, 0, "XXX") leaks memory since cantwrite() allocates
   memory if _bf._base == NULL, and this buffer is never freed
   (PR 16483).
2003-01-05 11:05:47 +00:00
..
arch The fast syscall path clobbers 2 registers. Which is fine for a plain 2002-12-13 17:43:02 +00:00
citrus - handle s==NULL case of wcrtomb. 2003-01-01 15:57:12 +00:00
compat-43 use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
db free's -> frees, from PR 19652. 2003-01-04 00:40:20 +00:00
dlfcn Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc). 2002-08-19 09:41:27 +00:00
gen Fix typos (from PR 19650) 2003-01-03 21:41:28 +00:00
gmon Fix signed/unsigned comparison warnings. 2002-11-11 17:13:59 +00:00
hash New sentence, new line. From Robert Elz. 2002-10-01 17:02:56 +00:00
include - Migrate fparseln(3) from libutil to libc, where it should have been in 2002-11-30 03:04:44 +00:00
locale KNF 2002-11-17 20:40:59 +00:00
md New sentence, new line. From Robert Elz. 2002-10-01 17:02:56 +00:00
net make sure to bound string operation by strlcpy 2002-11-17 20:49:33 +00:00
nls Replace "Fichero" words with "Archivo" that were missed in the last update. 2002-12-04 10:18:19 +00:00
quad As discussed (briefly) on tech-userlevel, fix our quad support to work 2002-10-20 10:15:47 +00:00
regex use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
rpc Fix typos (from PR 19650) 2003-01-03 21:41:28 +00:00
softfloat Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit 2002-05-21 23:51:04 +00:00
stdio Fix two bugs: 2003-01-05 11:05:47 +00:00
stdlib Add a couple of missing THREAD_UNLOCK's, for the error exit path. 2002-12-09 14:14:59 +00:00
string "namespace.h" should precede all included headers other than <sys/cdefs.h>. 2002-11-19 12:58:15 +00:00
sys Drop trailing spaces; sort SEE ALSO. 2003-01-02 09:39:34 +00:00
termios New sentence, new line. From Robert Elz. 2002-10-01 18:10:43 +00:00
thread-stub
time use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
yp use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
Makefile Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the 2002-08-19 14:55:14 +00:00
shlib_version - Migrate fparseln(3) from libutil to libc, where it should have been in 2002-11-30 03:04:44 +00:00