Page MenuHomeFreeBSD

sctp: Always check for a vanishing inpcb when processing COOKIE-ECHO
ClosedPublic

Authored by markj on Aug 31 2021, 4:18 PM.
Tags
None
Referenced Files
F154336734: D31755.id94493.diff
Mon, Apr 27, 10:42 PM
Unknown Object (File)
Mon, Apr 20, 12:37 AM
Unknown Object (File)
Thu, Apr 16, 6:45 PM
Unknown Object (File)
Thu, Apr 16, 11:22 AM
Unknown Object (File)
Wed, Apr 15, 12:20 PM
Unknown Object (File)
Mon, Apr 6, 6:16 AM
Unknown Object (File)
Sat, Apr 4, 10:56 AM
Unknown Object (File)
Feb 28 2026, 2:35 AM
Subscribers

Details

Summary

We previously did this only in the normal case where no association
exists yet. However, it is not safe to process COOKIE-ECHO even if an
association exists, as sctp_process_cookie_existing() may dereference
the socket pointer.

See also commit 0c7dc84076b64ef74c24f04400d572f75ef61bb4. I'm not 100%
sure that this is the right fix.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41296
Build 38185: arc lint + arc unit