[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202305230943.0B7B2F73F@keescook>
Date: Tue, 23 May 2023 09:44:20 -0700
From: Kees Cook <keescook@...omium.org>
To: Wyes Karny <wyes.karny@....com>
Cc: rafael@...nel.org, lenb@...nel.org, robert.moore@...el.com,
linux-acpi@...r.kernel.org, acpica-devel@...ts.linuxfoundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] acpi: Replace struct acpi_table_slit 1-element array
with flex-array
On Tue, May 23, 2023 at 04:18:15PM +0000, Wyes Karny wrote:
> struct acpi_table_slit is used for copying System Locality Information
> Table data from ACPI tables. Here `entry` is a flex array but it was
> using ancient 1-element fake flexible array, which has been deprecated.
> Replace it with a C99 flexible array.
>
> Signed-off-by: Wyes Karny <wyes.karny@....com>
Eek, thanks. I missed one! :)
Reviewed-by: Kees Cook <keescook@...omium.org>
--
Kees Cook
Powered by blists - more mailing lists