diff options
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index 4e16b02ed832..6110447fe51d 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
@@ -228,7 +228,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, | |||
228 | sctp_adaptation_ind_param_t aiparam; | 228 | sctp_adaptation_ind_param_t aiparam; |
229 | sctp_supported_ext_param_t ext_param; | 229 | sctp_supported_ext_param_t ext_param; |
230 | int num_ext = 0; | 230 | int num_ext = 0; |
231 | __u8 extensions[3]; | 231 | __u8 extensions[4]; |
232 | struct sctp_paramhdr *auth_chunks = NULL, | 232 | struct sctp_paramhdr *auth_chunks = NULL, |
233 | *auth_hmacs = NULL; | 233 | *auth_hmacs = NULL; |
234 | 234 | ||
@@ -396,7 +396,7 @@ struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, | |||
396 | sctp_adaptation_ind_param_t aiparam; | 396 | sctp_adaptation_ind_param_t aiparam; |
397 | sctp_supported_ext_param_t ext_param; | 397 | sctp_supported_ext_param_t ext_param; |
398 | int num_ext = 0; | 398 | int num_ext = 0; |
399 | __u8 extensions[3]; | 399 | __u8 extensions[4]; |
400 | struct sctp_paramhdr *auth_chunks = NULL, | 400 | struct sctp_paramhdr *auth_chunks = NULL, |
401 | *auth_hmacs = NULL, | 401 | *auth_hmacs = NULL, |
402 | *auth_random = NULL; | 402 | *auth_random = NULL; |