Re: [PATCH][next] integrity: Avoid -Wflex-array-member-not-at-end warnings

2024-03-20 Thread Gustavo A. R. Silva
On 20/03/24 19:19, Mimi Zohar wrote: Hi Gustavo, Sorry for the delay... No worries. :) On Mon, 2024-03-04 at 11:52 -0600, Gustavo A. R. Silva wrote: -Wflex-array-member-not-at-end is coming in GCC-14, and we are getting ready to enable it globally. There is currently an object (`hdr)`

Re: [PATCH][next] integrity: Avoid -Wflex-array-member-not-at-end warnings

2024-03-20 Thread Mimi Zohar
Hi Gustavo, Sorry for the delay... On Mon, 2024-03-04 at 11:52 -0600, Gustavo A. R. Silva wrote: > -Wflex-array-member-not-at-end is coming in GCC-14, and we are getting > ready to enable it globally. > > There is currently an object (`hdr)` in `struct ima_max_digest_data` > that contains a flex

Re: [PATCH][next] integrity: Avoid -Wflex-array-member-not-at-end warnings

2024-03-19 Thread Gustavo A. R. Silva
Hi all, Friendly ping: who can take this, please? :) Thanks! -- Gustavo On 3/4/24 11:52, Gustavo A. R. Silva wrote: -Wflex-array-member-not-at-end is coming in GCC-14, and we are getting ready to enable it globally. There is currently an object (`hdr)` in `struct ima_max_digest_data` that con