Re: [PATCH] compiler_types: Identify compiler versions for __builtin_dynamic_object_size
From: Miguel Ojeda
Date: Wed Apr 16 2025 - 14:44:32 EST
On Wed, Apr 16, 2025 at 7:20 PM Kees Cook <kees@xxxxxxxxxx> wrote:
>
> Clarify when __builtin_dynamic_object_size() is available. All our
> supported Clang versions support it. GCC 12 and later support it. Link
> to documentation for both.
>
> Signed-off-by: Kees Cook <kees@xxxxxxxxxx>
Looks good to me, thanks!
If you/someone is taking it through their tree:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Cheers,
Miguel