From: Wayne Davison Date: Fri, 22 Aug 2003 05:42:13 +0000 (+0000) Subject: Fixed the multiplying of blength*blength so that it can't overflow X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fb55e28d83ab11c17b8932019362a8926598efcd?hp=fb55e28d83ab11c17b8932019362a8926598efcd Fixed the multiplying of blength*blength so that it can't overflow before it gets cast to a uint64. ---