From: "Todd C. Miller" Subject: Re: use size_t for loop indices to avoid signedness warnings To: Stefan Sperling Cc: Ed Maste , gameoftrees@openbsd.org Date: Sat, 19 Dec 2020 06:46:31 -0700 On Sat, 19 Dec 2020 12:57:20 +0100, Stefan Sperling wrote: > I have found one case where the ssizeof() macro you suggested helps. > Note that packfile_size is already an off_t in this file (elsewhere it > is size_t but I'm trying to fix that as you may have seen in another > discussion thread). OK millert@ - todd