summaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2022-09-27 02:02:20 +0300
committerJakub Kicinski <kuba@kernel.org>2022-09-29 04:51:47 +0300
commit63a8bf85568b30438431d4d78afb2fde4a280760 (patch)
tree94b97d64f8c2df4c3de129511326ac42fbe497a2 /net/ipv4
parent578b054684e6ad46f6089b726c05054fc5e3cd74 (diff)
downloadlinux-63a8bf85568b30438431d4d78afb2fde4a280760.tar.xz
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 'net/ipv4')
0 files changed, 0 insertions, 0 deletions