"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Todd C. Miller" <Todd.Miller@sudo.ws>
Subject:
Re: use size_t for loop indices to avoid signedness warnings
To:
Stefan Sperling <stsp@stsp.name>
Cc:
Ed Maste <emaste@freebsd.org>, gameoftrees@openbsd.org
Date:
Sat, 19 Dec 2020 06:46:31 -0700

Download raw body.

Thread
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