diff options
author | vi117747 <none@none> | 2007-05-24 12:17:11 -0700 |
---|---|---|
committer | vi117747 <none@none> | 2007-05-24 12:17:11 -0700 |
commit | 1d19ca101f1c458100349d59ba2d115d8e2c6f9d (patch) | |
tree | 2ed84c4bcd25a695a624f77a879e9adfa1433502 /usr/src/uts/common/inet/sctp/sctp_input.c | |
parent | 9c7f0c7949f4f8c13342ed0167ea42f8d77b5f21 (diff) | |
download | illumos-joyent-1d19ca101f1c458100349d59ba2d115d8e2c6f9d.tar.gz |
6349696 PANIC: assertion failed: peer_tcp->tcp_loopback && peer_tcp->tcp_loopback_peer == NULL
6350527 assertion failed: !(flags & > >>TH_MARKNEXT_NEEDED), file: ../../common/inet/tcp/tcp.c
6531423 SCTP_IPIF_INSERT is adrift
6539189 IFF_COS_ENABLED can be changed by SIOCS[L]IFFLAGS
6546661 sctp_update_ipif_addr() panics if passed an ipif tied to an unknown ill
6546662 sctp's ill caching cannot handle interface index changes
6553898 Page fault during multithreaded SCTP stress test
Diffstat (limited to 'usr/src/uts/common/inet/sctp/sctp_input.c')
-rw-r--r-- | usr/src/uts/common/inet/sctp/sctp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/inet/sctp/sctp_input.c b/usr/src/uts/common/inet/sctp/sctp_input.c index 6a5f1ef965..80e28152e0 100644 --- a/usr/src/uts/common/inet/sctp/sctp_input.c +++ b/usr/src/uts/common/inet/sctp/sctp_input.c @@ -2866,6 +2866,7 @@ ret: } fp->acked = 0; } + fp = sctp->sctp_current; check_ss_rxmit: /* * If this is a SACK following a timeout, check if there are |