[PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions

Kees Cook keescook at chromium.org
Thu Aug 26 08:39:47 PDT 2021



On August 26, 2021 12:36:27 AM PDT, Vincent MAILHOL <mailhol.vincent at wanadoo.fr> wrote:
>On Thu. 26 Aug 2021 at 14:04, Kees Cook <keescook at chromium.org> wrote:
>> In support of enabling -Warray-bounds and -Wzero-length-bounds and
>> correctly handling run-time memcpy() bounds checking, replace all
>> open-coded flexible arrays (i.e. 0-element arrays) in unions with the
>> flex_array() helper macro.
>
>Nitpick: the commit description says flex_array() but the code is
>actually DECLARE_FLEX_ARRAY() or __DECLARE_FLEX_ARRAY().

Ah yes, thanks! I had renamed the macro but missed these references. Now fixed!

-Kees



More information about the ath10k mailing list