Page MenuHomeFreeBSD

Handle negative return values from syncache_expand().
ClosedPublic

Authored by jhb on Jan 19 2021, 8:28 PM.
Tags
None
Referenced Files
F150655252: D28243.diff
Fri, Apr 3, 3:33 AM
Unknown Object (File)
Wed, Mar 18, 11:56 AM
Unknown Object (File)
Mar 4 2026, 4:08 PM
Unknown Object (File)
Mar 4 2026, 4:54 AM
Unknown Object (File)
Feb 13 2026, 4:03 PM
Unknown Object (File)
Feb 10 2026, 11:37 PM
Unknown Object (File)
Feb 10 2026, 10:40 AM
Unknown Object (File)
Jan 23 2026, 8:21 PM
Subscribers

Details

Summary

These errors do not clear so to NULL, so the existing check was
treating these failures as success. The rest of do_pass_establish()
then tried to use the listen socket as if it was a connection socket
newly created by syncache_expand().

In addition, for negative return values, do not send a RST to the
peer.

Diff Detail

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