Change all realloc() statements to Realloc() (ecxept for tdb.c)
commit7f33c01688b825ab2fa9bbb2730bff4f2fa352be
authorSimo Sorce <idra@samba.org>
Wed, 8 Aug 2001 16:54:16 +0000 (8 16:54 +0000)
committerSimo Sorce <idra@samba.org>
Wed, 8 Aug 2001 16:54:16 +0000 (8 16:54 +0000)
tree8a7925dde82fbb21c826141e94b8e94a9777613c
parent08e99f4c12ad8747a8fd0e47ed4165cea428128d
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)
source/client/client.c
source/client/smbumount.c
source/lib/sysacls.c
source/lib/talloc.c
source/param/loadparm.c
source/passdb/ldap.c
source/printing/print_cups.c
source/web/cgi.c