Author: tuexen
Date: Mon Dec 21 18:52:02 2015
New Revision: 292558
URL: https://svnweb.freebsd.org/changeset/base/292558

Log:
  Stop processing of a SACK when the association has been aborted.
  
  MFC after: 3 days

Modified:
  head/sys/netinet/sctp_indata.c

Modified: head/sys/netinet/sctp_indata.c
==============================================================================
--- head/sys/netinet/sctp_indata.c      Mon Dec 21 18:27:51 2015        
(r292557)
+++ head/sys/netinet/sctp_indata.c      Mon Dec 21 18:52:02 2015        
(r292558)
@@ -3994,6 +3994,7 @@ again:
                                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;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to