Fix a bug where the system panics when a SHUTDOWN is received with an

illegal TSN.

Approved by: rrs (mentor)
MFC after: ASAP
This commit is contained in:
tuexen 2009-11-18 12:17:06 +00:00
parent a40357aa83
commit 746ccfdea0

View File

@ -834,6 +834,9 @@ sctp_handle_shutdown(struct sctp_shutdown_chunk *cp,
return;
} else {
sctp_update_acked(stcb, cp, net, abort_flag);
if (*abort_flag) {
return;
}
}
if (asoc->control_pdapi) {
/*