X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6f2245c8fa86d679b30f05c07dd8e3e645004675..9db17434906bf8797a59ba1f8222b6e110bec5fd:/util.c diff --git a/util.c b/util.c index 6cbe7e1c..234a61e8 100644 --- a/util.c +++ b/util.c @@ -120,7 +120,7 @@ void out_of_memory(char *str) exit_cleanup(RERR_MALLOC); } -void overflow(char *str) +void overflow_exit(char *str) { rprintf(FERROR, "ERROR: buffer overflow in %s\n", str); exit_cleanup(RERR_MALLOC);