Re: [PATCH libcrypto v2 2/3] compiler: introduce at_least parameter decoration pseudo keyword
From: Eric Biggers
Date: Sat Nov 22 2025 - 14:19:14 EST
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.)
I've applied this series to
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next
In case it gets bikeshedded further, I merged it in on a separate
branch, and I'll plan to send it in its own pull request.
Thanks!
- Eric