Commit 287044ab authored by Thorsten Blum's avatar Thorsten Blum Committed by Paolo Abeni
Browse files

sctp: Remove unused payload from sctp_idatahdr



Remove the unused payload array from the struct sctp_idatahdr.

Cc: Kees Cook <kees@kernel.org>
Signed-off-by: default avatarThorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250223204505.2499-3-thorsten.blum@linux.dev


Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 222e7535
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -238,7 +238,6 @@ struct sctp_idatahdr {
		__u32 ppid;
		__be32 fsn;
	};
	__u8 payload[0];
};

struct sctp_idata_chunk {