From: Thorsten Blum Date: Sun, 23 Feb 2025 20:45:07 +0000 (+0100) Subject: sctp: Remove unused payload from sctp_idatahdr X-Git-Tag: v6.15-rc1~160^2~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=287044abff8291993ce9565ac6e6a72b85e33b85;p=thirdparty%2Fkernel%2Flinux.git sctp: Remove unused payload from sctp_idatahdr Remove the unused payload array from the struct sctp_idatahdr. Cc: Kees Cook Signed-off-by: Thorsten Blum Link: https://patch.msgid.link/20250223204505.2499-3-thorsten.blum@linux.dev Signed-off-by: Paolo Abeni --- diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 812011d8b67e7..6719949135c96 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -238,7 +238,6 @@ struct sctp_idatahdr { __u32 ppid; __be32 fsn; }; - __u8 payload[0]; }; struct sctp_idata_chunk {