On Wed, Sep 30, 2020 at 4:18 PM Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > > Flexible array members have some restrictions (must be last > in a structure, not in a union) and a number of dangerous or > non-sensical usage (in an array, in nested structure or even > using sizeof() on the containing structure). Thanks, this looks good apart from the one patch I reacted to. Maybe you had some other reason for that patch, and it's just the commit message that needs fixing, but as it is now I think that patch didn't make much sense.. Linus