freebsd-nq/lib
Robert Drehmel 085f131a15 - Fix a bug that wrote one char behind the end of the
supplied buffer in case the size of it was equal to
   the number of characters the converted address consumed.
   The bug occurred when converting an AF_INET address.
 - Remove the SPRINTF macro and use sprintf instead.
 - Do not do string formatting using sprintf(3) and a
   temporary buffer which is copied when the supplied
   buffer provides enough space.  Instead, use snprintf(3)
   and the real destination buffer, thus avoid the copy.

Reported by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> (1)
PR:		misc/41289
2002-08-15 21:19:31 +00:00
..
compat Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug. 2002-08-04 05:51:05 +00:00
csu
libalias
libatm
libbind
libbz2
libc - Fix a bug that wrote one char behind the end of the 2002-08-15 21:19:31 +00:00
libc_r
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo
libdevstat
libdisk
libedit
libfetch
libform
libftpio
libio
libipsec
libipx
libisc
libkse
libkvm Auto size available kernel virtual address space based on phsyical memory 2002-08-10 22:14:16 +00:00
libmd
libmenu
libmilter
libmp
libncp
libncurses Handle the escaped colon \: in a capability. 2002-08-12 19:13:22 +00:00
libnetgraph
libopie
libpam
libpanel
libpcap
libpthread
libradius mdoc(7) police: tidy up the formatting. 2002-08-09 12:07:17 +00:00
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand Stash various networking paramters in the environment for the kernel 2002-07-31 20:17:06 +00:00
libtacplus
libtelnet
libufs Initialise disk->d_ufs so that in sblock.c it's always initialised 2002-08-11 15:37:10 +00:00
libugidfw Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it. 2002-08-14 22:30:07 +00:00
libusbhid
libutil Whitespace cleanup--it's not style(9), but it is consistent. Prep 2002-08-11 01:48:43 +00:00
libvgl
libwrap
libxpg4
liby
libypclnt
libz Fix an easy warning in a local addition. 2002-08-01 11:29:05 +00:00
msun
ncurses Handle the escaped colon \: in a capability. 2002-08-12 19:13:22 +00:00
Makefile Hook up libugidfw to the build. 2002-08-02 07:09:53 +00:00
Makefile.inc