Change all realloc() statements to Realloc() (ecxept for tdb.c)
authorSimo Sorce <idra@samba.org>
Wed, 8 Aug 2001 16:54:16 +0000 (16:54 +0000)
committerSimo Sorce <idra@samba.org>
Wed, 8 Aug 2001 16:54:16 +0000 (16:54 +0000)
commit2f844bf447a98b802daa4b8d552ea4530e7f6108
tree7beda0672e5fcc15125a7643d4d5fdef6f02b49e
parent0897979a8b0976e03a84ccaf6a70cbaa62bbd195
Change all realloc() statements to Realloc() (ecxept for tdb.c)
changed some code to exploit the fact that Realloc(NULL, size) == malloc(size)
fixed some possible mem leaks, or seg faults.

thanks to andreas moroder (mallocs not checked in client/client.c, client/smbumount.c)
(This used to be commit 7f33c01688b825ab2fa9bbb2730bff4f2fa352be)
source3/client/client.c
source3/client/smbumount.c
source3/lib/sysacls.c
source3/lib/talloc.c
source3/param/loadparm.c
source3/passdb/ldap.c
source3/printing/print_cups.c
source3/web/cgi.c