Page MenuHomeFreeBSD

bsnmpd: fix unix/stream socket operation
ClosedPublic

Authored by glebius on Jul 16 2025, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 31, 1:43 AM
Unknown Object (File)
Mon, May 18, 7:52 PM
Unknown Object (File)
Mon, May 18, 7:52 PM
Unknown Object (File)
Mon, May 18, 4:51 PM
Unknown Object (File)
Mon, May 18, 9:38 AM
Unknown Object (File)
Sun, May 17, 11:01 PM
Unknown Object (File)
Sun, May 17, 11:01 PM
Unknown Object (File)
Sun, May 17, 10:46 PM
Subscribers

Details

Summary

With new send method, that gives us directly port_input pointer, we know
the correct file descriptor right away, no matter are we in SOCK_DGRAM or
in SOCK_STREAM mode. Previously, the function tried to search for the
socket, and that was totally wrong. With several simultaneous connections
this end up with sending a reply to incorrect socket.

Diff Detail

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