Stop processing of a SACK when the association has been aborted.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2015-12-21 18:52:02 +00:00
parent e581fd9e95
commit fe4a59b30a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292558

View file

@ -3994,6 +3994,7 @@ sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack,
op_err = sctp_generate_cause(SCTP_CAUSE_USER_INITIATED_ABT, "");
stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_INDATA + SCTP_LOC_26;
sctp_abort_an_association(stcb->sctp_ep, stcb, op_err, SCTP_SO_NOT_LOCKED);
return;
} else {
struct sctp_nets *netp;