[PATCH 4/5] linux: Replace zero-length array with flexible-array member on struct dirstream
Cristian Rodríguez
cristian@rodriguez.im
Fri Jun 23 15:56:04 GMT 2023
On Thu, Jun 22, 2023 at 1:25 AM Florian Weimer <fweimer@redhat.com> wrote:
> * Cristian Rodríguez via Libc-alpha:
>
> > The linux kernel has always required a compiler supporting c99
> > flexible-arrays.
>
> This is not an installed header, so this commit message is misleading.
> Why __attribute_nonstring__?
>
>
>
So there is a warning if someone, by a mistake obviously.,,treats it as an
string or calls any str* function on it.. data is filled with struct
linux_dirent s
More information about the Libc-alpha
mailing list