diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-02-23 23:45:07 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-02-25 17:18:45 +0300 |
commit | 287044abff8291993ce9565ac6e6a72b85e33b85 (patch) | |
tree | 55b2d5c5d9e806545be19632d06e3d3aedcfbdcf | |
parent | 222e75358a7b7457518b97b6374e160b4a8e6273 (diff) | |
download | linux-287044abff8291993ce9565ac6e6a72b85e33b85.tar.xz |
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: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250223204505.2499-3-thorsten.blum@linux.dev
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-rw-r--r-- | include/linux/sctp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h index 812011d8b67e..6719949135c9 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 { |