Page MenuHomeFreeBSD

sockets: on shutdown(2) do sorflush() only in case of generic sockbuf
ClosedPublic

Authored by glebius on Jan 8 2024, 6:16 PM.
Tags
None
Referenced Files
F167519233: D43367.id132474.diff
Sat, Aug 22, 10:47 AM
F167486453: D43367.id132474.diff
Sat, Aug 22, 4:39 AM
Unknown Object (File)
Thu, Aug 20, 2:10 PM
Unknown Object (File)
Thu, Aug 20, 7:09 AM
Unknown Object (File)
Wed, Aug 19, 8:29 AM
Unknown Object (File)
Tue, Aug 18, 2:17 PM
Unknown Object (File)
Thu, Aug 13, 7:36 PM
Unknown Object (File)
Thu, Aug 13, 7:34 PM
Subscribers

Details

Summary

This is a quick plug to fix panic with Netlink which has protocol specific
buffers. Note that PF_UNIX/SOCK_DGRAM, which also has its own buffers,
avoids the panic due to being SOCK_DGRAM. A correct but more complicated
fix that needs to be done is to merge pr_shutdown, pr_flush and dom_dispose
into one protocol method that may call sorflush for generic sockets or do
their own stuff for protocol which has own buffers.

Diff Detail

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