diff options
Diffstat (limited to 'net/sctp/sm_sideeffect.c')
| -rw-r--r-- | net/sctp/sm_sideeffect.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c index 463c4a58d2c3..7fbeb99d8d32 100644 --- a/net/sctp/sm_sideeffect.c +++ b/net/sctp/sm_sideeffect.c @@ -984,8 +984,7 @@ static void sctp_cmd_process_operr(struct sctp_cmd_seq *cmds,  		{  			struct sctp_chunkhdr *unk_chunk_hdr; -			unk_chunk_hdr = (struct sctp_chunkhdr *) -							err_hdr->variable; +			unk_chunk_hdr = (struct sctp_chunkhdr *)(err_hdr + 1);  			switch (unk_chunk_hdr->type) {  			/* ADDIP 4.1 A9) If the peer responds to an ASCONF with  			 * an ERROR chunk reporting that it did not recognized  |