On Tue, Aug 06, 2024 at 12:11:30AM +0200, Thorsten Blum wrote: > Add the __counted_by compiler attribute to the flexible array member > salt to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and > CONFIG_FORTIFY_SOURCE. > > Reviewed-by: Kees Cook <[email protected]> > Signed-off-by: Thorsten Blum <[email protected]> > --- > Changes in v2: > - Drop using struct_size_t() as suggested by Eric Biggers and Kees Cook > - Link to v1: > https://lore.kernel.org/linux-kernel/[email protected]/ > --- > crypto/chacha20poly1305.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks. -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
