On Wed, Aug 16, 2023 at 12:28:30PM -0600, Gustavo A. R. Silva wrote: > One-element and zero-length arrays are deprecated. So, replace > one-element array in struct fc_rscn_pl_s with flexible-array member. > > This results in no differences in binary output. > > Link: https://github.com/KSPP/linux/issues/339 > Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook