On Thu, Feb 4, 2021 at 4:00 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * the fourth parameter of add_chunk() is of size_t, not uint64_t; > shouldn't the multiplication be done in type size_t instead? There are (still) systems with 32-bit size_t (but 64-bit off_t / file sizes), so ... probably not. Is size_t ever more than 64 bits these days? Chris