freebsd-dev/lib/libc
Peter Wemm 4a1afa49fd Try and fix the worst of some highly bogus malloc/free resource
management involving rcmd_af(), getaddrinfo(), freeaddrinfo(), etc.
We set *ahost to point to ai->canonname; and later free the ai-> stuff
and still leave the old pointers in *ahost to the freed data.
Perhaps the best way to deal with this is a static buffer or a static
strdup() that is freed on the next iteration or something.  This gives
me headaches just thinking about this.

The new 'AJ' default for malloc() tripped this up.
2000-07-11 09:31:19 +00:00
..
alpha Finish moving all IEEE fp types to be the same on all arch's. 2000-05-10 19:41:40 +00:00
amd64 Use assembler directives rather than ALTENTRY() so that longjmp() and 2000-05-04 04:36:26 +00:00
compat-43 Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:00:11 +00:00
db cleanup the tsearch import. 2000-07-06 20:04:34 +00:00
gen Change the dllockinit() interface from "experimental" to 2000-07-08 04:17:28 +00:00
gmon Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
i386 You need options USER_LDT in your kernel to use these functions. 2000-06-14 13:38:21 +00:00
include $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
locale fix comment 2000-07-07 08:24:50 +00:00
mips Bring in initial libc support for mips. These files were taken from 1999-03-03 07:06:17 +00:00
mipseb Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
mipsel Fix all the mipseb Makefiles. They were broken when I checked them in 1999-04-22 07:16:11 +00:00
net Try and fix the worst of some highly bogus malloc/free resource 2000-07-11 09:31:19 +00:00
nls Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
posix1e o Enable building of libposix1e capability state utility functions and 2000-07-05 04:25:09 +00:00
quad $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regex Actually make it so this Makefile can build grot. 2000-07-10 06:10:47 +00:00
rpc Replace structure copy form ifreq obtained by SIOCGIFADDR 2000-03-03 13:05:00 +00:00
stdio Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:07:59 +00:00
stdlib Turn malloc options "AJ" on by default. 2000-07-09 13:10:18 +00:00
stdtime Fix assigning alt_month in compatibility code 2000-06-29 17:21:45 +00:00
string Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
sys First appeared in 2.9BSD, not 3.0. 2000-07-08 18:17:12 +00:00
xdr Do proper byte swapping in 64bit routines. 2000-04-12 08:41:16 +00:00
yp Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile sigset_t change (part 5 of 5) 1999-09-29 15:18:46 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00