OpenSolaris

Printable Version Enter a New Search
Bug ID 6589066
Synopsis SCTP may call upper layer's disconnecting function multiple times
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords rtiq_reviewed
Responsible Engineer Kacheong Poon
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_72
Fixed In snv_72
Release Fixed solaris_nevada(snv_72) , solaris_10u5(s10u5_08) (Bug ID:2157073)
Related Bugs 5014658
Submit Date 3-August-2007
Last Update Date 22-January-2008
Description
In sctp_shutdown_received(), the code calls the
upper layer disconnecting function as long as the
upper layer has not closed the association.  This
means that the function can be called multiple times.
This is unnecessary and can be confusing to the upper
layer.
Work Around
N/A
Comments
N/A