Re: [PATCH libcrypto v2 2/3] compiler: introduce at_least parameter decoration pseudo keyword
From: Jason A. Donenfeld
Date: Sun Nov 23 2025 - 08:21:25 EST
On Sat, Nov 22, 2025 at 11:19:12AM -0800, Eric Biggers wrote:
> On Thu, Nov 20, 2025 at 02:10:21AM +0100, Jason A. Donenfeld wrote:
> > Clang and recent gcc support warning if they are able to prove that the
> > user is passing to a function an array that is too short in size. For
> > example:
>
> (Replying to this patch since there is no cover letter. In the future,
> please include a cover letter when sending a multi-patch series.)
Ah, sorry, I saw this after sending v4 yesterday. Will do in the future.
Jason