Page MenuHomeFreeBSD

Don't try to adjust a TLS TOE socket that has been closed.
ClosedPublic

Authored by jhb on Dec 11 2020, 9:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 11:22 AM
Unknown Object (File)
Sat, Oct 11, 6:41 PM
Unknown Object (File)
Sat, Oct 11, 6:41 PM
Unknown Object (File)
Sat, Oct 11, 9:55 AM
Unknown Object (File)
Sat, Oct 11, 2:11 AM
Unknown Object (File)
Sat, Sep 20, 3:59 PM
Unknown Object (File)
Sat, Sep 20, 3:52 PM
Unknown Object (File)
Sat, Sep 20, 3:44 PM
Subscribers

Details

Summary

The handshake timer can race with another thread sending a FIN or RST
to close a TOE TLS socket. Just bail from the timer without
rescheduling if the connection is closed when the timer fires.

Test Plan
  • tested by Chelsio QA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable