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
F103255124: D27583.diff
Fri, Nov 22, 4:49 PM
Unknown Object (File)
Fri, Nov 15, 9:44 AM
Unknown Object (File)
Fri, Nov 15, 6:46 AM
Unknown Object (File)
Sat, Oct 26, 1:41 PM
Unknown Object (File)
Oct 4 2024, 7:25 AM
Unknown Object (File)
Oct 4 2024, 5:59 AM
Unknown Object (File)
Oct 4 2024, 5:14 AM
Unknown Object (File)
Oct 3 2024, 8:12 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