]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
malloc_sysv used before initialized, reported in PR4002 by
authorPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 1 Jul 1997 18:39:38 +0000 (18:39 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 1 Jul 1997 18:39:38 +0000 (18:39 +0000)
commitdb7f90903d3752feaa315aec450f7e589db0606e
treeaea5216ebcd3f67de0076aa7520ccb1e6ff684f7
parent5e17038f01c44b574ea92319e10d5b1fd36805ca
malloc_sysv used before initialized, reported in PR4002 by
Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>

Various cleanup from Keith Bostic

Reinstate calloc() as a separate funtion, in its own source/object file.
leave the manpage integrated with malloc.3 and friends.  Too many things
were broken in this respect.

PR: 4002
Reviewed by: phk
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Submitted by: Keith Bostic <bostic@bostic.com>
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/calloc.c [new file with mode: 0644]
lib/libc/stdlib/malloc.3
lib/libc/stdlib/malloc.c