X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9819f005b667f938f6853636492665cac761c54f..a1f99493b39610e2ea9deb4bb1c71ba63bce5834:/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);