Re: [PATCH] ovl: Annotate struct ovl_entry with __counted_by()

From: Miklos Szeredi
Date: Mon May 05 2025 - 08:06:24 EST


On Sat, 3 May 2025 at 15:26, Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
>
> Add the __counted_by() compiler attribute to the flexible array member
> '__lowerstack' to improve access bounds-checking via CONFIG_UBSAN_BOUNDS
> and CONFIG_FORTIFY_SOURCE.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

Applied, thanks.

Miklos