summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2022-09-27 01:02:20 +0200
committerJakub Kicinski <kuba@kernel.org>2022-09-29 03:51:47 +0200
commit63a8bf85568b30438431d4d78afb2fde4a280760 (patch)
tree94b97d64f8c2df4c3de129511326ac42fbe497a2 /net
parentMerge branch 'shrink-struct-ubuf_info' (diff)
downloadlinux-63a8bf85568b30438431d4d78afb2fde4a280760.tar.xz
linux-63a8bf85568b30438431d4d78afb2fde4a280760.zip
netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Zero-length arrays are deprecated and we are moving towards adopting C99 flexible-array members, instead. So, replace zero-length arrays declarations in anonymous union with the new DECLARE_FLEX_ARRAY() helper macro. This helper allows for flexible-array members in unions. Link: https://github.com/KSPP/linux/issues/193 Link: https://github.com/KSPP/linux/issues/225 Link: https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/YzIvfGXxfjdXmIS3@work Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions