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:
parent
72757b75bb
commit
7e6206af12
@ -834,6 +834,9 @@ sctp_handle_shutdown(struct sctp_shutdown_chunk *cp,
|
|||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
sctp_update_acked(stcb, cp, net, abort_flag);
|
sctp_update_acked(stcb, cp, net, abort_flag);
|
||||||
|
if (*abort_flag) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (asoc->control_pdapi) {
|
if (asoc->control_pdapi) {
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user