From: David Dykstra Date: Wed, 13 Feb 2002 18:06:36 +0000 (+0000) Subject: Some systems, notably Sunos4, do not support realloc(NULL, n), so if X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f5be54d6abe3f3a331f40e58f899f66a60165a3c?hp=f5be54d6abe3f3a331f40e58f899f66a60165a3c Some systems, notably Sunos4, do not support realloc(NULL, n), so if nothing has yet been malloced in flist_expand(), call malloc instead of realloc. Problem introduced in revision 1.106 of flist.c on January 25. ---