mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 20:02:10 -04:00
wifi: mt76: Replace zero-length array with flexible-array member
Zero-length arrays are deprecated [1] and have to be replaced by C99 flexible-array members. This helps with the ongoing efforts to tighten the FORTIFY_SOURCE routines on memcpy() and help to make progress towards globally enabling -fstrict-flex-arrays=3 [2] Link: https://github.com/KSPP/linux/issues/78 [1] Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [2] Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
03eb52dd78
commit
2631c5b6ef
@@ -127,7 +127,7 @@ struct mt76_connac2_mcu_rxd {
|
||||
u8 rsv1[2];
|
||||
u8 s2d_index;
|
||||
|
||||
u8 tlv[0];
|
||||
u8 tlv[];
|
||||
};
|
||||
|
||||
struct mt76_connac2_patch_hdr {
|
||||
|
||||
Reference in New Issue
Block a user