Re: [PATCH][next] uapi: net/ipv4: Use __DECLARE_FLEX_ARRAY() helper

From: Gustavo A. R. Silva
Date: Wed Aug 31 2022 - 15:01:52 EST


On Wed, Aug 31, 2022 at 11:17:31AM -0700, Kees Cook wrote:
> > struct ip_msfilter {
> > - union {
> > - struct {
> > - __be32 imsf_multiaddr_aux;
> > - __be32 imsf_interface_aux;
> > - __u32 imsf_fmode_aux;
> > - __u32 imsf_numsrc_aux;
> > + struct {
>
> I don't think this internal anonymous struct is needed any more?

yes, aaargh... copy/paste error D:

I'll respin right away.

Thanks!
--
Gustavo