Page MenuHomeFreeBSD

socket: fix listen(2) on an already listening socket
ClosedPublic

Authored by glebius on Jun 30 2022, 3:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 20, 6:41 AM
Unknown Object (File)
Fri, Jul 17, 7:29 AM
Unknown Object (File)
Wed, Jul 15, 2:53 PM
Unknown Object (File)
Tue, Jul 14, 10:26 PM
Unknown Object (File)
May 18 2026, 1:27 AM
Unknown Object (File)
May 18 2026, 1:22 AM
Unknown Object (File)
May 14 2026, 10:31 AM
Unknown Object (File)
May 13 2026, 8:15 PM
Subscribers

Diff Detail

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

Event Timeline

Oops, thanks.

Will you add a test case? I'll write one if not.

This revision is now accepted and ready to land.Jun 30 2022, 2:33 PM

Oops, thanks.

Will you add a test case? I'll write one if not.

A proper one, that would not only check that syscall didn't fail, but would also exercise the backlog, would require some time. I can't promise one soon. Feel free to write & commit yours. If I start working on a test, I will message you, so we don't do same work.