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
F102175544: D35669.diff
Fri, Nov 8, 1:04 PM
Unknown Object (File)
Thu, Oct 24, 3:05 AM
Unknown Object (File)
Tue, Oct 22, 12:42 PM
Unknown Object (File)
Tue, Oct 22, 10:48 AM
Unknown Object (File)
Sep 27 2024, 1:14 PM
Unknown Object (File)
Sep 24 2024, 6:00 AM
Unknown Object (File)
Sep 23 2024, 2:07 AM
Unknown Object (File)
Sep 19 2024, 11:50 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.