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
F86851105: D35669.id107575.diff
Wed, Jun 26, 1:52 PM
Unknown Object (File)
Mon, Jun 17, 7:07 PM
Unknown Object (File)
May 8 2024, 6:30 AM
Unknown Object (File)
May 8 2024, 6:30 AM
Unknown Object (File)
May 8 2024, 6:30 AM
Unknown Object (File)
May 8 2024, 2:52 AM
Unknown Object (File)
Apr 26 2024, 1:16 PM
Unknown Object (File)
Jan 14 2024, 10:06 AM
Subscribers

Diff Detail

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

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.