Page MenuHomeFreeBSD

Handle negative return values from syncache_expand().
ClosedPublic

Authored by jhb on Jan 19 2021, 8:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 7:46 PM
Unknown Object (File)
Sun, May 3, 6:26 PM
Unknown Object (File)
Mon, Apr 27, 2:50 PM
Unknown Object (File)
Mon, Apr 27, 11:19 AM
Unknown Object (File)
Tue, Apr 21, 6:38 PM
Unknown Object (File)
Apr 14 2026, 11:39 PM
Unknown Object (File)
Apr 9 2026, 7:34 PM
Unknown Object (File)
Apr 9 2026, 3:01 AM
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