Re: [PATCH][next] scsi: hptiop: Replace one-element array with flexible-array member in struct hpt_iop_request_ioctl_command
From: Kees Cook
Date: Sat Sep 24 2022 - 01:34:44 EST
On Thu, Sep 22, 2022 at 12:00:46PM -0500, Gustavo A. R. Silva wrote:
> One-element arrays are deprecated, and we are replacing them with flexible
> array members instead. So, replace one-element array with flexible-array
> member in struct hpt_iop_request_ioctl_command.
I see no binary differences with the patch, so that's good! :)
Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>
--
Kees Cook