Message ID | 20250223204505.2499-3-thorsten.blum@linux.dev (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] sctp: Remove unused payload from sctp_idatahdr | expand |
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 836a7e200f39..0b0228578153 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -239,7 +239,6 @@ struct sctp_idatahdr { __u32 ppid; __be32 fsn; }; - __u8 payload[0]; }; struct sctp_idata_chunk {
Remove the unused payload array from the struct sctp_idatahdr. Cc: Kees Cook <kees@kernel.org> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> --- include/linux/sctp.h | 1 - 1 file changed, 1 deletion(-)