freebsd-dev/lib/libc
Jacques Vidrine 905ec0db3b Correct a bug that was somehow both obvious and hard-to-see. :-)
An incorrectly-sized allocation was being made due to an incorrect
argument to the `sizeof' operator.  Obvious, because it violated the
`foo = malloc(sizeof(*foo))' idiom.  Hard-to-see, because it was a
missing `*' (`*p' versus `**p').

Resulting failure was
Reported by:	ache

Sponsored by:	DARPA, Network Associates Laboratories
2003-04-21 15:44:25 +00:00
..
alpha Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
amd64 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
compat-43 The .Fn function 2003-02-06 11:04:47 +00:00
db Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
gdtoa /strtopx/ s/result/&result/ 2003-04-09 05:58:43 +00:00
gen Don't try to access the NIS `master' maps unless we have superuser 2003-04-21 13:57:58 +00:00
gmon mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
i386 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
ia64 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
include Correct a bug that was somehow both obvious and hard-to-see. :-) 2003-04-21 15:44:25 +00:00
locale When called with s == NULL, behave as if wc == L'\0' as required by the 2003-04-10 09:20:38 +00:00
net = Implement name service switch modules (NSS modules). NSS modules 2003-04-17 14:14:22 +00:00
nls libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
posix1e Add FILES section to mac.3 and mac.conf.5. Properly Xref mac.conf.5 2003-04-20 04:43:56 +00:00
powerpc Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
rpc Clean up some signed/unsigned issues in the XDR code. 2003-03-07 13:19:40 +00:00
sparc64 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
stdio %E-like %g and %G conversions should remove trailing zeroes unless 2003-04-19 23:53:19 +00:00
stdlib MFp4: Link strtof.3 and strtold.3 to strtod.3. 2003-04-05 07:33:46 +00:00
stdtime Zero out the struct tm supplied by the caller. Otherwise, 2003-04-05 05:46:43 +00:00
string MFp4: Make `spanp' const. 2003-03-12 06:41:49 +00:00
sys Add a manual page for the ntp_gettime syscall. 2003-04-17 18:39:30 +00:00
uuid mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr Clean up some signed/unsigned issues in the XDR code. 2003-03-07 13:19:40 +00:00
yp libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
Makefile Clean up the way gdtoa sources are found. 2003-03-13 18:55:14 +00:00